mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +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:
@ -95,8 +95,8 @@ heap_page_prune_opt(Relation relation, Buffer buffer)
|
||||
|
||||
/*
|
||||
* We can't write WAL in recovery mode, so there's no point trying to
|
||||
* clean the page. The primary will likely issue a cleaning WAL record soon
|
||||
* anyway, so this is no particular loss.
|
||||
* clean the page. The primary will likely issue a cleaning WAL record
|
||||
* soon anyway, so this is no particular loss.
|
||||
*/
|
||||
if (RecoveryInProgress())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user