pgsql: Fix compilation warning in xloginsert.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix compilation warning in xloginsert.c
Date
Msg-id E1ly40z-0003AA-Kh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47f514dd9a0022a04d321b627b2e991cb85396e2

Modified Files
--------------
src/backend/access/transam/xloginsert.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add support for LZ4 with compression of full-page writes in WAL
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add support for LZ4 with compression of full-page writes in WAL