postgresql/src/backend/utils
Peter Eisentraut a63c84e59a Fix some compiler warnings on older compilers
Some older compilers appear to not understand the recently introduced
PG_FINALLY code structure that well in some circumstances and complain
about possibly uninitialized variables.  So to fix, initialize the
variables explicitly in the cases complained about.

Discussion: https://www.postgresql.org/message-id/flat/95a822c3-728b-af0e-d7e5-71890507ae0c%402ndquadrant.com
2019-11-04 11:07:32 +01:00
..
adt Fix some compiler warnings on older compilers 2019-11-04 11:07:32 +01: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 Allow extracting fields from a ROW() expression in more cases. 2019-10-28 15:08:24 -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 Improve management of statement timeouts. 2019-10-25 11:41:16 -04:00
mmgr Fix typos in the code 2019-10-30 10:03:00 +09: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
errcodes.txt Implement jsonpath .datetime() method 2019-09-25 22:51:51 +03: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
generate-errcodes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Use Getopt::Long for catalog scripts 2019-02-12 12:22:08 -03:00
probes.d Update copyright for 2019 2019-01-02 12:44:25 -05:00