-
- Downloads
Allow libpgport to call memory allocation routines even though
CurrentMemoryContext is DLLIMPORT on Win32. Work around that by creating stubs in the backend for palloc/pstrdup. Also fix pg_dumpall to do proper quoting on Win32.
Showing
- src/backend/utils/mmgr/mcxt.c 36 additions, 1 deletionsrc/backend/utils/mmgr/mcxt.c
- src/bin/pg_dump/pg_dumpall.c 20 additions, 2 deletionssrc/bin/pg_dump/pg_dumpall.c
- src/include/port.h 2 additions, 1 deletionsrc/include/port.h
- src/include/utils/palloc.h 6 additions, 1 deletionsrc/include/utils/palloc.h
- src/port/dirmod.c 8 additions, 1 deletionsrc/port/dirmod.c
Loading
Please register or sign in to comment