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 7a0be67 commit 5677378Copy full SHA for 5677378
src/backend/access/transam/clog.c
@@ -416,7 +416,7 @@ TransactionIdGetStatus(TransactionId xid, XLogRecPtr *lsn)
416
*
417
* Testing during the PostgreSQL 9.2 development cycle revealed that on a
418
* large multi-processor system, it was possible to have more CLOG page
419
- * requests in flight at one time than the numebr of CLOG buffers which existed
+ * requests in flight at one time than the number of CLOG buffers which existed
420
* at that time, which was hardcoded to 8. Further testing revealed that
421
* performance dropped off with more than 32 CLOG buffers, possibly because
422
* the linear buffer search algorithm doesn't scale well.
0 commit comments