pgsql: Avoid palloc before CurrentMemoryContext is set up on win32 - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Avoid palloc before CurrentMemoryContext is set up on win32
Date
Msg-id E1Q5ifE-0006Rc-1k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.
Next
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: add LDFLAGS to build pf regression test, libpq