From def5b065ff22a16a80084587613599fe15627213 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 12 May 2021 13:14:10 -0400 Subject: Initial pgindent and pgperltidy run for v14. Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out. --- src/include/pg_config_manual.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/pg_config_manual.h') diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 42ee43f0aa7..27da86e5e09 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -357,8 +357,8 @@ * memory even when clobber is off, or to 0 to never free relation cache * memory even when clobbering is on. */ -/* #define RECOVER_RELATION_BUILD_MEMORY 0 */ /* Force disable */ -/* #define RECOVER_RELATION_BUILD_MEMORY 1 */ /* Force enable */ + /* #define RECOVER_RELATION_BUILD_MEMORY 0 */ /* Force disable */ + /* #define RECOVER_RELATION_BUILD_MEMORY 1 */ /* Force enable */ /* * Define this to force all parse and plan trees to be passed through -- cgit v1.2.3