Fix for Win32 pgport and pg_dumpall

Started by Bruce Momjianalmost 22 years ago1 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

The applied patch fixes libpgport backend linking on Win32. The
solution was to create palloc/pstrdup stubs in the backend and call them
from dirmod.c. Seems the DLLIMPORT modifier on CurrentMemoryContext
means it can't also be referenced in pgport.

This also fixes a broken pg_dumpall implementation on Win32.

All help via Claudio.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+70-9