8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9328e commit b406af1Copy full SHA for b406af1
src/backend/utils/activity/backend_status.c
@@ -831,8 +831,8 @@ pgstat_read_current_status(void)
831
/*
832
* The BackendStatusArray index is exactly the ProcNumber of the
833
* source backend. Note that this means localBackendStatusTable
834
- * is in order by proc_number. pgstat_get_beentry_by_proc_number()
835
- * depends on that.
+ * is in order by proc_number.
+ * pgstat_get_beentry_by_proc_number() depends on that.
836
*/
837
localentry->proc_number = procNumber;
838
ProcNumberGetTransactionIds(procNumber,
0 commit comments