diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 65660c1bf7e631f551e815924735bd4759b19931..3c695c1615354040d4eedb39d0c7b373a3e9483b 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -707,7 +707,7 @@ typedef struct #if XLOG_BLCKSZ < 1024 || XLOG_BLCKSZ > (1024*1024) #error XLOG_BLCKSZ must be between 1KB and 1MB #endif -#if XLOG_SEG_SIZE < (1024*1024) || XLOG_BLCKSZ > (1024*1024*1024) +#if XLOG_SEG_SIZE < (1024*1024) || XLOG_SEG_SIZE > (1024*1024*1024) #error XLOG_SEG_SIZE must be between 1MB and 1GB #endif