Add missing parenthesis in comment.

This commit is contained in:
Robert Haas 2012-05-02 14:30:58 -04:00
parent e6c2e8cb87
commit 8e0c5195df
1 changed files with 1 additions and 1 deletions

View File

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