We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd3f96 commit cc547cfCopy full SHA for cc547cf
src/bin/pg_resetwal/pg_resetwal.c
@@ -693,8 +693,8 @@ GuessControlValues(void)
693
ControlFile.floatFormat = FLOATFORMAT_VALUE;
694
ControlFile.blcksz = BLCKSZ;
695
ControlFile.relseg_size = RELSEG_SIZE;
696
- WalSegSz = ControlFile.xlog_blcksz = XLOG_BLCKSZ;
697
- ControlFile.xlog_seg_size = DEFAULT_XLOG_SEG_SIZE;
+ ControlFile.xlog_blcksz = XLOG_BLCKSZ;
+ WalSegSz = ControlFile.xlog_seg_size = DEFAULT_XLOG_SEG_SIZE;
698
ControlFile.nameDataLen = NAMEDATALEN;
699
ControlFile.indexMaxKeys = INDEX_MAX_KEYS;
700
ControlFile.toast_max_chunk_size = TOAST_MAX_CHUNK_SIZE;
0 commit comments