postgresql/src/backend/access
Michael Paquier 0071fc7127 Fix header inclusion order in xloginsert.c with lz4.h
Per project policy, all system and library headers need to be declared
in the backend code after "postgres.h" and before the internal headers,
but 4035cd5 broke this policy when adding support for LZ4 in
wal_compression.

Noticed while reviewing the patch to add support for zstd in this area.
This only impacts HEAD, so there is no need for a back-patch.
2022-03-11 10:59:47 +09:00
..
brin Rename functions to avoid future conflicts 2022-01-10 09:37:43 +01:00
common Assert in init_toast_snapshot() that some snapshot registered or active. 2022-02-21 08:58:29 -08:00
gin Fix various typos, grammar and code style in comments and docs 2022-01-25 09:40:04 +09:00
gist Fix data loss on crash after sorted GiST index build. 2022-02-24 16:15:12 +02:00
hash Remove xloginsert.h from xlog.h 2022-01-30 12:25:24 -03:00
heap Clean up assorted failures under clang's -fsanitize=undefined checks. 2022-03-03 18:13:24 -05:00
index Update copyright for 2022 2022-01-07 19:04:57 -05:00
nbtree Remove MaxBackends variable in favor of GetMaxBackends() function. 2022-02-08 15:53:19 -05:00
rmgrdesc Update copyright for 2022 2022-01-07 19:04:57 -05:00
spgist Update copyright for 2022 2022-01-07 19:04:57 -05:00
table Update copyright for 2022 2022-01-07 19:04:57 -05:00
tablesample Update copyright for 2022 2022-01-07 19:04:57 -05:00
transam Fix header inclusion order in xloginsert.c with lz4.h 2022-03-11 10:59:47 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00