Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5677378

Browse files
committed
Fix typos
1 parent7a0be67 commit5677378

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 thenumebr of CLOG buffers which existed
419+
* requests in flight at one time than thenumber 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)

[8]ページ先頭

©2009-2025 Movatter.jp