pgsql: Fix header inclusion order in pg_receivewal.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix header inclusion order in pg_receivewal.c
Date
Msg-id E1nV1ZX-000CZ0-LU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix header inclusion order in pg_receivewal.c

lz4frame.h was getting declared after the headers specific to Postgres,
but it needs to be included between postgres_fe.h and the internal
headers.

Issue introduced by babbbb5.

Reported-by: Justin Prysby
Discussion: https://postgr.es/m/20220317111220.GI28503@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f512efb2d50ab78e7610f0e3801925f22ebec611

Modified Files
--------------
src/bin/pg_basebackup/pg_receivewal.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Declare aarch64 has single copy atomicity for 8 byte values.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Remove mention to in-place tablespaces for pg_tablespace_lo