pgsql: Fix header inclusion order in pg_receivewal.c

Started by Michael Paquierover 4 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/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(-)