Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8e0c519

Browse files
committed
Add missing parenthesis in comment.
1 parent e6c2e8c commit 8e0c519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/proc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ typedef struct PROC_HDR
180180
{
181181
/* Array of PGPROC structures (not including dummies for prepared txns) */
182182
PGPROC *allProcs;
183-
/* Array of PGXACT structures (not including dummies for prepared txns */
183+
/* Array of PGXACT structures (not including dummies for prepared txns) */
184184
PGXACT *allPgXact;
185185
/* Length of allProcs array */
186186
uint32 allProcCount;

0 commit comments

Comments
 (0)