Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0984a3b

Browse files
committed
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.
1 parent b406af1 commit 0984a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/activity/backend_status.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,8 @@ pgstat_read_current_status(void)
831831
/*
832832
* The BackendStatusArray index is exactly the ProcNumber of the
833833
* source backend. Note that this means localBackendStatusTable
834-
* is in order by proc_number.
835-
* pgstat_get_beentry_by_proc_number() depends on that.
834+
* is in order by proc_number. pgstat_get_beentry_by_proc_number()
835+
* depends on that.
836836
*/
837837
localentry->proc_number = procNumber;
838838
ProcNumberGetTransactionIds(procNumber,

0 commit comments

Comments
 (0)