mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +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:
@@ -267,8 +267,8 @@ static void
|
||||
SharedFileSetDeleteOnProcExit(int status, Datum arg)
|
||||
{
|
||||
/*
|
||||
* Remove all the pending shared fileset entries. We don't use foreach() here
|
||||
* because SharedFileSetDeleteAll will remove the current element in
|
||||
* Remove all the pending shared fileset entries. We don't use foreach()
|
||||
* here because SharedFileSetDeleteAll will remove the current element in
|
||||
* filesetlist. Though we have used foreach_delete_current() to remove the
|
||||
* element from filesetlist it could only fix up the state of one of the
|
||||
* loops, see SharedFileSetUnregister.
|
||||
|
||||
Reference in New Issue
Block a user