Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc547cf

Browse files
committed
pg_resetwal: Fix logical typo in code
introduced inf1a074b
1 parent2dd3f96 commitcc547cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_resetwal/pg_resetwal.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ GuessControlValues(void)
693693
ControlFile.floatFormat=FLOATFORMAT_VALUE;
694694
ControlFile.blcksz=BLCKSZ;
695695
ControlFile.relseg_size=RELSEG_SIZE;
696-
WalSegSz=ControlFile.xlog_blcksz=XLOG_BLCKSZ;
697-
ControlFile.xlog_seg_size=DEFAULT_XLOG_SEG_SIZE;
696+
ControlFile.xlog_blcksz=XLOG_BLCKSZ;
697+
WalSegSz=ControlFile.xlog_seg_size=DEFAULT_XLOG_SEG_SIZE;
698698
ControlFile.nameDataLen=NAMEDATALEN;
699699
ControlFile.indexMaxKeys=INDEX_MAX_KEYS;
700700
ControlFile.toast_max_chunk_size=TOAST_MAX_CHUNK_SIZE;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp