Fix header inclusion order in pg_receivewal.c

Michael Paquier <michael@paquier.xyz>

Commit: f512efb2d50ab78e7610f0e3801925f22ebec611
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-03-18T01:38:16Z
Releases: 15.0
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

Files

PathChange+/−
src/bin/pg_basebackup/pg_receivewal.c modified +4 −4

Discussion