Run pgindent again on the same file.
Apparently, pgindent got confused by the double space. The first time I ran it, it moved the function name to the next line. The second time I ran it, it moved the function name back, but without the double space. Now the results appear stable.
This commit is contained in:
parent
b406af1806
commit
0984a3b851
@ -831,8 +831,8 @@ pgstat_read_current_status(void)
|
||||
/*
|
||||
* The BackendStatusArray index is exactly the ProcNumber of the
|
||||
* source backend. Note that this means localBackendStatusTable
|
||||
* is in order by proc_number.
|
||||
* pgstat_get_beentry_by_proc_number() depends on that.
|
||||
* is in order by proc_number. pgstat_get_beentry_by_proc_number()
|
||||
* depends on that.
|
||||
*/
|
||||
localentry->proc_number = procNumber;
|
||||
ProcNumberGetTransactionIds(procNumber,
|
||||
|
Loading…
x
Reference in New Issue
Block a user