]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Allow libpgport to call memory allocation routines even though
authorBruce Momjian <bruce@momjian.us>
Sun, 8 Aug 2004 06:44:36 +0000 (06:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 8 Aug 2004 06:44:36 +0000 (06:44 +0000)
commit7ee3c351522694dc6f8f0d6578394bdf5dec0b59
treeca89b755bf06e58f99c44a2dee918b6c4bc23038
parent881ea47d248069a9597c292ca76891a67b1a6d6f
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.
src/backend/utils/mmgr/mcxt.c
src/bin/pg_dump/pg_dumpall.c
src/include/port.h
src/include/utils/palloc.h
src/port/dirmod.c