mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
pg_resetwal: Fix logical typo in code
introduced in f1a074b146c900bd439b6ef1953866f41b61a669
This commit is contained in:
parent
2dd3f969f5
commit
cc547cf08f
@ -693,8 +693,8 @@ GuessControlValues(void)
|
||||
ControlFile.floatFormat = FLOATFORMAT_VALUE;
|
||||
ControlFile.blcksz = BLCKSZ;
|
||||
ControlFile.relseg_size = RELSEG_SIZE;
|
||||
WalSegSz = ControlFile.xlog_blcksz = XLOG_BLCKSZ;
|
||||
ControlFile.xlog_seg_size = DEFAULT_XLOG_SEG_SIZE;
|
||||
ControlFile.xlog_blcksz = XLOG_BLCKSZ;
|
||||
WalSegSz = ControlFile.xlog_seg_size = DEFAULT_XLOG_SEG_SIZE;
|
||||
ControlFile.nameDataLen = NAMEDATALEN;
|
||||
ControlFile.indexMaxKeys = INDEX_MAX_KEYS;
|
||||
ControlFile.toast_max_chunk_size = TOAST_MAX_CHUNK_SIZE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user