mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
@ -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;
|
||||
|
Reference in New Issue
Block a user