Commit dd243b3e authored by Tom Lane's avatar Tom Lane

Fix typo in comment.

Peter Geoghegan
parent 21a39de5
...@@ -148,7 +148,7 @@ extern PGDLLIMPORT PGPROC *MyProc; ...@@ -148,7 +148,7 @@ extern PGDLLIMPORT PGPROC *MyProc;
extern PGDLLIMPORT struct PGXACT *MyPgXact; 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 fields below were stored as part of the
* PGPROC. However, benchmarking revealed that packing these particular * PGPROC. However, benchmarking revealed that packing these particular
* members into a separate array as tightly as possible sped up GetSnapshotData * members into a separate array as tightly as possible sped up GetSnapshotData
* considerably on systems with many CPU cores, by reducing the number of * considerably on systems with many CPU cores, by reducing the number of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment