postgresql/src/backend/storage
Peter Eisentraut 5d3587d14b Fix most -Wundef warnings
In some cases #if was used instead of #ifdef in an inconsistent style.
Cleaning this up also helps when analyzing cases like
38d8dce61f where this makes a
difference.

There are no behavior changes here, but the change in pg_bswap.h would
prevent possible accidental misuse by third-party code.

Discussion: https://www.postgresql.org/message-id/flat/3b615ca5-c595-3f1d-fdf7-a429e564f614%402ndquadrant.com
2019-10-19 18:31:38 +02:00
..
buffer Speedup truncations of relation forks. 2019-09-24 17:31:26 +09:00
file Fix most -Wundef warnings 2019-10-19 18:31:38 +02:00
freespace Speedup truncations of relation forks. 2019-09-24 17:31:26 +09:00
ipc Use standard compare_exchange loop style in ProcArrayGroupClearXid(). 2019-10-18 20:21:10 -07:00
large_object Rename some toasting functions based on whether they are heap-specific. 2019-10-04 14:24:46 -04:00
lmgr Fix crash when reporting CREATE INDEX progress 2019-10-16 14:51:34 +02:00
page Make one message just like all its siblings. 2019-05-28 23:44:22 -04:00
smgr Speedup truncations of relation forks. 2019-09-24 17:31:26 +09:00
sync Represent Lists as expansible arrays, not chains of cons-cells. 2019-07-15 13:41:58 -04:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00