Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a39de commit dd243b3Copy full SHA for dd243b3
src/include/storage/proc.h
@@ -148,7 +148,7 @@ extern PGDLLIMPORT PGPROC *MyProc;
148
extern PGDLLIMPORT struct PGXACT *MyPgXact;
149
150
/*
151
- * 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
152
* PGPROC. However, benchmarking revealed that packing these particular
153
* members into a separate array as tightly as possible sped up GetSnapshotData
154
* considerably on systems with many CPU cores, by reducing the number of
0 commit comments