pgsql: Fix header inclusion order in pg_receivewal.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix header inclusion order in pg_receivewal.c
Date: 2022-03-18 01:38:32
Message-ID: E1nV1ZX-000CZ0-LU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-03-18 01:49:22 pgsql: doc: Remove mention to in-place tablespaces for pg_tablespace_lo
Previous Message Thomas Munro 2022-03-18 00:50:28 pgsql: Declare aarch64 has single copy atomicity for 8 byte values.