pgsql: Avoid palloc before CurrentMemoryContext is set up on win32

Started by Magnus Haganderover 15 years ago1 messagescomitters
Jump to latest
#1Magnus Hagander
magnus@hagander.net

Avoid palloc before CurrentMemoryContext is set up on win32

Instead, write the unconverted output - it will be in the wrong
encoding, but at least we don't crash.

Rushabh Lathia

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7b99cfbe565e1b2193cefff79f2476c8373b7c61

Modified Files
--------------
src/backend/utils/error/elog.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)