mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Run pgindent for commit ef4cfdce0e
.
This commit is contained in:
@ -831,8 +831,8 @@ pgstat_read_current_status(void)
|
|||||||
/*
|
/*
|
||||||
* The BackendStatusArray index is exactly the ProcNumber of the
|
* The BackendStatusArray index is exactly the ProcNumber of the
|
||||||
* source backend. Note that this means localBackendStatusTable
|
* source backend. Note that this means localBackendStatusTable
|
||||||
* is in order by proc_number. pgstat_get_beentry_by_proc_number()
|
* is in order by proc_number.
|
||||||
* depends on that.
|
* pgstat_get_beentry_by_proc_number() depends on that.
|
||||||
*/
|
*/
|
||||||
localentry->proc_number = procNumber;
|
localentry->proc_number = procNumber;
|
||||||
ProcNumberGetTransactionIds(procNumber,
|
ProcNumberGetTransactionIds(procNumber,
|
||||||
|
Reference in New Issue
Block a user