mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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:
@ -1655,9 +1655,9 @@ WaitEventSetWaitBlock(WaitEventSet *set, int cur_timeout,
|
||||
(cur_kqueue_event->fflags & NOTE_EXIT) != 0)
|
||||
{
|
||||
/*
|
||||
* The kernel will tell this kqueue object only once about the exit
|
||||
* of the postmaster, so let's remember that for next time so that
|
||||
* we provide level-triggered semantics.
|
||||
* The kernel will tell this kqueue object only once about the
|
||||
* exit of the postmaster, so let's remember that for next time so
|
||||
* that we provide level-triggered semantics.
|
||||
*/
|
||||
set->report_postmaster_not_running = true;
|
||||
|
||||
|
Reference in New Issue
Block a user