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 e6c2e8c commit 8e0c519Copy full SHA for 8e0c519
src/include/storage/proc.h
@@ -180,7 +180,7 @@ typedef struct PROC_HDR
180
{
181
/* Array of PGPROC structures (not including dummies for prepared txns) */
182
PGPROC *allProcs;
183
- /* Array of PGXACT structures (not including dummies for prepared txns */
+ /* Array of PGXACT structures (not including dummies for prepared txns) */
184
PGXACT *allPgXact;
185
/* Length of allProcs array */
186
uint32 allProcCount;
0 commit comments