We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c695 commit b7ec820Copy full SHA for b7ec820
src/backend/access/rmgrdesc/xlogdesc.c
@@ -114,8 +114,8 @@ xlog_desc(StringInfo buf, XLogReaderState *record)
114
"max_locks_per_xact=%d wal_level=%s "
115
"wal_log_hints=%s track_commit_timestamp=%s",
116
xlrec.MaxConnections,
117
- xlrec.max_wal_senders,
118
xlrec.max_worker_processes,
+ xlrec.max_wal_senders,
119
xlrec.max_prepared_xacts,
120
xlrec.max_locks_per_xact,
121
wal_level_str,
0 commit comments