projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c2e8c
)
Add missing parenthesis in comment.
author
Robert Haas
Wed, 2 May 2012 18:30:58 +0000
(14:30 -0400)
committer
Robert Haas
Wed, 2 May 2012 18:30:58 +0000
(14:30 -0400)
src/include/storage/proc.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/proc.h
b/src/include/storage/proc.h
index a66c4849c129d74c83a529e609339f7d8ee5f11a..987bc0826082897af8c8d5e0c9701354a3254996 100644
(file)
--- a/
src/include/storage/proc.h
+++ b/
src/include/storage/proc.h
@@
-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;