mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add missing parenthesis in comment.
This commit is contained in:
@ -180,7 +180,7 @@ typedef struct PROC_HDR
|
||||
{
|
||||
/* Array of PGPROC structures (not including dummies for prepared txns) */
|
||||
PGPROC *allProcs;
|
||||
/* Array of PGXACT structures (not including dummies for prepared txns */
|
||||
/* Array of PGXACT structures (not including dummies for prepared txns) */
|
||||
PGXACT *allPgXact;
|
||||
/* Length of allProcs array */
|
||||
uint32 allProcCount;
|
||||
|
Reference in New Issue
Block a user