Avoid palloc before CurrentMemoryContext is set up on win32
Magnus 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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/error/elog.c | modified | +5 −1 |