Обсуждение: pgsql: Avoid palloc before CurrentMemoryContext is set up on win32

Поиск
Список
Период
Сортировка

pgsql: Avoid palloc before CurrentMemoryContext is set up on win32

От
Magnus Hagander
Дата:
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(-)