pgsql: Fix header inclusion order in pg_receivewal.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix header inclusion order in pg_receivewal.c
Дата
Msg-id E1nV1ZX-000CZ0-LU@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Declare aarch64 has single copy atomicity for 8 byte values.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Remove mention to in-place tablespaces for pg_tablespace_lo