mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +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:
6
src/backend/utils/cache/relcache.c
vendored
6
src/backend/utils/cache/relcache.c
vendored
@ -1016,9 +1016,9 @@ RelationBuildDesc(Oid targetRelId, bool insertIt)
|
||||
*
|
||||
* When cache clobbering is enabled or when forced to by
|
||||
* RECOVER_RELATION_BUILD_MEMORY=1, arrange to allocate the junk in a
|
||||
* temporary context that we'll free before returning. Make it a child
|
||||
* of caller's context so that it will get cleaned up appropriately if
|
||||
* we error out partway through.
|
||||
* temporary context that we'll free before returning. Make it a child of
|
||||
* caller's context so that it will get cleaned up appropriately if we
|
||||
* error out partway through.
|
||||
*/
|
||||
#ifdef MAYBE_RECOVER_RELATION_BUILD_MEMORY
|
||||
MemoryContext tmpcxt = NULL;
|
||||
|
Reference in New Issue
Block a user