mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +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:
parent
b07c695d9c
commit
b7ec820559
@ -114,8 +114,8 @@ xlog_desc(StringInfo buf, XLogReaderState *record)
|
||||
"max_locks_per_xact=%d wal_level=%s "
|
||||
"wal_log_hints=%s track_commit_timestamp=%s",
|
||||
xlrec.MaxConnections,
|
||||
xlrec.max_wal_senders,
|
||||
xlrec.max_worker_processes,
|
||||
xlrec.max_wal_senders,
|
||||
xlrec.max_prepared_xacts,
|
||||
xlrec.max_locks_per_xact,
|
||||
wal_level_str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user