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

Commitb7ec820

Browse files
committed
Fix description of WAL record XLOG_PARAMETER_CHANGE
max_wal_senders and max_worker_processes got reversed in the outputgenerated because ofea92368.Reported-by: Kevin Hale BoyesDiscussion:https://postgr.es/m/CADAecHVAD4=26KAx4nj5DBvxqqvJkuwsy+riiiNhQqwnZg2K8Q@mail.gmail.com
1 parentb07c695 commitb7ec820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/rmgrdesc/xlogdesc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ xlog_desc(StringInfo buf, XLogReaderState *record)
114114
"max_locks_per_xact=%d wal_level=%s "
115115
"wal_log_hints=%s track_commit_timestamp=%s",
116116
xlrec.MaxConnections,
117-
xlrec.max_wal_senders,
118117
xlrec.max_worker_processes,
118+
xlrec.max_wal_senders,
119119
xlrec.max_prepared_xacts,
120120
xlrec.max_locks_per_xact,
121121
wal_level_str,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp