Fix mistake in XLOG_SEG_SIZE test.

Robert Haas <rhaas@postgresql.org>

Commit: 60379f66c8527a260bb1946f703540728d73932d
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-11-08T17:12:19Z
Releases: 10.0
Fix mistake in XLOG_SEG_SIZE test.

The intent of the test is to check whether XLOG_SEG_SIZE is in a
particular range, but actually in one case it compares XLOG_BLCKSZ
by mistake.  Repair.

Commit 88e982302684246e8af785e78a467ac37c76dee9 introduced this
faulty test.

Kuntal Ghosh, reviewed by Michael Paquier.

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +1 −1