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

Commit0a5a493

Browse files
committed
Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
This was incorrectly referring to --walsegsize, and its description isrewritten in a clearer way.Author: Ian Barwick, Tom LaneReviewed-by: Álvaro Herrera, Michael PaquierDiscussion:https://postgr.es/m/08534fc6-119a-c498-254e-d5acc4e6bf85@2ndquadrant.com
1 parent6b9bba2 commit0a5a493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/pg_config_manual.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*/
1515

1616
/*
17-
* This is default value for wal_segment_size to be usedat initdbwhen run
18-
* without--walsegsize option.Must be a valid segment size.
17+
* This isthedefault value for wal_segment_size to be usedwhen initdbis run
18+
* withoutthe --wal-segsize option. It must be a valid segment size.
1919
*/
2020
#defineDEFAULT_XLOG_SEG_SIZE(16*1024*1024)
2121

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp