pgsql: Fix compile breakage from SIGPIPE fix for threading.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compile breakage from SIGPIPE fix for threading.
Date: 2004-12-03 01:58:44
Message-ID: 20041203015844.B2EFA3A46D4@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix compile breakage from SIGPIPE fix for threading.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-secure.c (r1.59 -> r1.60)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.59&r2=1.60)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-03 02:24:04 pgsql: Add: > * Fix priority ordering of read and write light-weight
Previous Message Bruce Momjian 2004-12-03 01:58:37 Re: pgsql: Code review for recent libpq changes.