1
0
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:
Robert Haas
2012-05-02 14:30:58 -04:00
parent e6c2e8cb87
commit 8e0c5195df

View File

@ -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;