mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -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.floatFormat = FLOATFORMAT_VALUE;
|
||||||
ControlFile.blcksz = BLCKSZ;
|
ControlFile.blcksz = BLCKSZ;
|
||||||
ControlFile.relseg_size = RELSEG_SIZE;
|
ControlFile.relseg_size = RELSEG_SIZE;
|
||||||
WalSegSz = ControlFile.xlog_blcksz = XLOG_BLCKSZ;
|
ControlFile.xlog_blcksz = XLOG_BLCKSZ;
|
||||||
ControlFile.xlog_seg_size = DEFAULT_XLOG_SEG_SIZE;
|
WalSegSz = ControlFile.xlog_seg_size = DEFAULT_XLOG_SEG_SIZE;
|
||||||
ControlFile.nameDataLen = NAMEDATALEN;
|
ControlFile.nameDataLen = NAMEDATALEN;
|
||||||
ControlFile.indexMaxKeys = INDEX_MAX_KEYS;
|
ControlFile.indexMaxKeys = INDEX_MAX_KEYS;
|
||||||
ControlFile.toast_max_chunk_size = TOAST_MAX_CHUNK_SIZE;
|
ControlFile.toast_max_chunk_size = TOAST_MAX_CHUNK_SIZE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user