Fix compilation warning in xloginsert.c

Michael Paquier <michael@paquier.xyz>

Commit: 47f514dd9a0022a04d321b627b2e991cb85396e2
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-06-29T02:57:18Z
Releases: 15.0
Fix compilation warning in xloginsert.c

This is reproducible with gcc using at least -O0.  The last checks
validating the compression of a block could not be reached with this
variable not set, but let's be clean.

Oversight in 4035cd5, per buildfarm member lapwing.

Files

PathChange+/−
src/backend/access/transam/xloginsert.c modified +1 −1