pgsql: Build server libpgport with all non-FRONTEND object files.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Build server libpgport with all non-FRONTEND object files.
Date: 2006-05-08 02:18:21
Message-ID: 20060508021821.25F029FA1B0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Build server libpgport with all non-FRONTEND object files. This is to
fix a Win32 bug where pipe.c included a file that used FRONTEND, but it
wasn't on the server-build list.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/port:
Makefile (r1.21 -> r1.21.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/Makefile.diff?r1=1.21&r2=1.21.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-05-08 02:18:50 pgsql: Build server libpgport with all non-FRONTEND object files.
Previous Message James William Pye 2006-05-08 01:54:25 python - fe: Only attempt to extract tuple counts when rmsg is not None.