pgsql: Defend against null error message reported by libxml2.

2019-02-08 Thread Tom Lane
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;

pgsql: Defend against null error message reported by libxml2.

2019-02-08 Thread Tom Lane
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;

pgsql: Defend against null error message reported by libxml2.

2019-02-08 Thread Tom Lane
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;

pgsql: Defend against null error message reported by libxml2.

2019-02-08 Thread Tom Lane
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;

pgsql: Defend against null error message reported by libxml2.

2019-02-08 Thread Tom Lane
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;

pgsql: Defend against null error message reported by libxml2.

2019-02-08 Thread Tom Lane
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;