Fix for Win32 pgport and pg_dumpall

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Fix for Win32 pgport and pg_dumpall
Date: 2004-08-08 06:43:05
Message-ID: 200408080643.i786h5x20312@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 4.8 KB

Browse pgsql-patches by date

  From Date Subject
Next Message markir 2004-08-08 08:30:54 Re: Win32 tablespace
Previous Message Bruce Momjian 2004-08-08 06:31:29 Re: Win32 tablespace