postgresql/src/backend/access
Tom Lane 9fb9691a88 Suppress various new compiler warnings.
Compilers that don't understand that elog(ERROR) doesn't return
issued warnings here.  In the cases in libpq_pipeline.c, we were
not exactly helping things by failing to mark pg_fatal() as noreturn.

Per buildfarm.
2021-03-21 11:50:43 -04:00
..
brin Use valid compression method in brin_form_tuple 2021-03-21 00:28:34 +01:00
common Suppress various new compiler warnings. 2021-03-21 11:50:43 -04:00
gin VACUUM VERBOSE: Count "newly deleted" index pages. 2021-02-25 14:32:18 -08:00
gist C comments: improve description of GiST NSN and GistBuildLSN 2021-03-10 17:03:10 -05:00
hash Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
heap Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
index Fix GiST index deletion assert issue. 2021-01-26 23:24:37 -08:00
nbtree Consolidate nbtree VACUUM metapage routines. 2021-03-12 13:11:47 -08:00
rmgrdesc Don't consider newly inserted tuples in nbtree VACUUM. 2021-03-10 16:27:01 -08:00
spgist VACUUM VERBOSE: Count "newly deleted" index pages. 2021-02-25 14:32:18 -08:00
table Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Code review for server's handling of "tablespace map" files. 2021-03-17 16:18:46 -04:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00