mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +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) */
|
/* Array of PGPROC structures (not including dummies for prepared txns) */
|
||||||
PGPROC *allProcs;
|
PGPROC *allProcs;
|
||||||
/* Array of PGXACT structures (not including dummies for prepared txns */
|
/* Array of PGXACT structures (not including dummies for prepared txns) */
|
||||||
PGXACT *allPgXact;
|
PGXACT *allPgXact;
|
||||||
/* Length of allProcs array */
|
/* Length of allProcs array */
|
||||||
uint32 allProcCount;
|
uint32 allProcCount;
|
||||||
|
Reference in New Issue
Block a user