Thanks to visit codestin.com Credit goes to github.com
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 776e1c8 commit 434c6cdCopy full SHA for 434c6cd
src/include/storage/proc.h
@@ -193,7 +193,11 @@ struct PGPROC
193
194
int pgxactoff; /* offset into various ProcGlobal->arrays with
195
* data mirrored from this PGPROC */
196
- int pgprocno;
+
197
+ int pgprocno; /* Number of this PGPROC in
198
+ * ProcGlobal->allProcs array. This is set
199
+ * once by InitProcGlobal().
200
+ * ProcGlobal->allProcs[n].pgprocno == n */
201
202
/* These fields are zero while a backend is still starting up: */
203
BackendId backendId; /* This backend's backend ID (if assigned) */
0 commit comments