projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a39de
)
Fix typo in comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 29 Jan 2012 23:56:35 +0000
(18:56 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 29 Jan 2012 23:56:35 +0000
(18:56 -0500)
Peter Geoghegan
src/include/storage/proc.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/proc.h
b/src/include/storage/proc.h
index b68ae39268ed666c1e878a9ff89584a5f98b645a..9a6696a4ef04845da382e35591a3039002dc7323 100644
(file)
--- a/
src/include/storage/proc.h
+++ b/
src/include/storage/proc.h
@@
-148,7
+148,7
@@
extern PGDLLIMPORT PGPROC *MyProc;
extern PGDLLIMPORT struct PGXACT *MyPgXact;
/*
- * Prior to PostgreSQL 9.2, the fieds below were stored as part of the
+ * Prior to PostgreSQL 9.2, the fie
l
ds below were stored as part of the
* PGPROC. However, benchmarking revealed that packing these particular
* members into a separate array as tightly as possible sped up GetSnapshotData
* considerably on systems with many CPU cores, by reducing the number of