Skip to content

Commit 5677378

Browse files
committed
Fix typos
1 parent 7a0be67 commit 5677378

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/clog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ TransactionIdGetStatus(TransactionId xid, XLogRecPtr *lsn)
416416
*
417417
* Testing during the PostgreSQL 9.2 development cycle revealed that on a
418418
* 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
419+
* requests in flight at one time than the number of CLOG buffers which existed
420420
* at that time, which was hardcoded to 8. Further testing revealed that
421421
* performance dropped off with more than 32 CLOG buffers, possibly because
422422
* the linear buffer search algorithm doesn't scale well.

0 commit comments

Comments
 (0)