mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Fix description of WAL record XLOG_PARAMETER_CHANGE
max_wal_senders and max_worker_processes got reversed in the output
generated because of ea92368
.
Reported-by: Kevin Hale Boyes
Discussion: https://postgr.es/m/CADAecHVAD4=26KAx4nj5DBvxqqvJkuwsy+riiiNhQqwnZg2K8Q@mail.gmail.com
This commit is contained in:
@ -114,8 +114,8 @@ xlog_desc(StringInfo buf, XLogReaderState *record)
|
|||||||
"max_locks_per_xact=%d wal_level=%s "
|
"max_locks_per_xact=%d wal_level=%s "
|
||||||
"wal_log_hints=%s track_commit_timestamp=%s",
|
"wal_log_hints=%s track_commit_timestamp=%s",
|
||||||
xlrec.MaxConnections,
|
xlrec.MaxConnections,
|
||||||
xlrec.max_wal_senders,
|
|
||||||
xlrec.max_worker_processes,
|
xlrec.max_worker_processes,
|
||||||
|
xlrec.max_wal_senders,
|
||||||
xlrec.max_prepared_xacts,
|
xlrec.max_prepared_xacts,
|
||||||
xlrec.max_locks_per_xact,
|
xlrec.max_locks_per_xact,
|
||||||
wal_level_str,
|
wal_level_str,
|
||||||
|
Reference in New Issue
Block a user