postgresql/src/backend/utils
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
..
adt Use libc version as a collation version on glibc systems. 2019-10-16 17:28:24 +13:00
cache Fix handling of non-key columns get_index_column_opclass() 2019-09-09 13:50:12 +03:00
error Update copyright for 2019 2019-01-02 12:44:25 -05:00
fmgr Rename some toasting functions based on whether they are heap-specific. 2019-10-04 14:24:46 -04:00
hash Fix most -Wundef warnings 2019-10-19 18:31:38 +02:00
init Revert hooks for session start and end, take two 2019-10-02 09:55:27 +09:00
mb Update unicode.org URLs 2019-10-13 22:10:38 +02:00
misc When restoring GUCs in parallel workers, show an error context. 2019-10-17 13:47:01 +13:00
mmgr Fix most -Wundef warnings 2019-10-19 18:31:38 +02:00
resowner Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
sort Fix CLUSTER on expression indexes. 2019-10-15 10:40:13 -07:00
time Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
Gen_dummy_probes.pl Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
Gen_dummy_probes.sed Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_fmgrtab.pl Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
Makefile Use Getopt::Long for catalog scripts 2019-02-12 12:22:08 -03:00
errcodes.txt Implement jsonpath .datetime() method 2019-09-25 22:51:51 +03:00
generate-errcodes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
probes.d Update copyright for 2019 2019-01-02 12:44:25 -05:00