Fix compilation warning in xloginsert.c
authorMichael Paquier <michael@paquier.xyz>
Tue, 29 Jun 2021 02:54:11 +0000 (11:54 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 29 Jun 2021 02:57:18 +0000 (11:57 +0900)
commit47f514dd9a0022a04d321b627b2e991cb85396e2
tree2dd282e7ccbed82a0f063bb9e3ed5b091925616e
parent4035cd5d4eee4dae797bfc77ab07f8dcd8781b41
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.
src/backend/access/transam/xloginsert.c