Thread: pgsql: Avoid palloc before CurrentMemoryContext is set up on win32

pgsql: Avoid palloc before CurrentMemoryContext is set up on win32

From
Magnus Hagander
Date:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5735efee15540765315aa8c1a230575e756037f7

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