postgresql/src/backend/utils
Tom Lane 0edef16d76 Defend against null error message reported by libxml2.
While this isn't really supposed to happen, it can occur in OOM
situations and perhaps others.  Instead of crashing, substitute
"(no message provided)".

I didn't worry about localizing this text, since we aren't
localizing anything else here; besides, if we're on the edge of
OOM, it's unlikely gettext() would work.

Report and fix by Sergio Conde Gómez in bug #15624.

Discussion: https://postgr.es/m/15624-4dea54091a2864e6@postgresql.org
2019-02-08 13:30:42 -05:00
..
adt Defend against null error message reported by libxml2. 2019-02-08 13:30:42 -05:00
cache Fix a crash in logical replication 2019-01-30 08:49:54 +01:00
error Update copyright for 2019 2019-01-02 12:44:25 -05:00
fmgr Change function call information to be variable length. 2019-01-26 14:17:52 -08:00
hash Update copyright for 2019 2019-01-02 12:44:25 -05:00
init Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
mb Fix comments that claimed that mblen() only looks at first byte. 2019-01-25 14:54:38 +02:00
misc Allow some recovery parameters to be changed with reload 2019-02-07 08:34:48 +01:00
mmgr Update copyright for 2019 2019-01-02 12:44:25 -05:00
resowner Update copyright for 2019 2019-01-02 12:44:25 -05:00
sort Change function call information to be variable length. 2019-01-26 14:17:52 -08:00
time Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 2019-01-21 17:07:10 -08:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
errcodes.txt Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_dummy_probes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_dummy_probes.sed Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_fmgrtab.pl Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
generate-errcodes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Use symbolic references for pg_language OIDs in the bootstrap data. 2019-01-03 18:38:49 -05:00
probes.d Update copyright for 2019 2019-01-02 12:44:25 -05:00