mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user