pgsql: Save and restore errno across bindtextdomain call, per

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Save and restore errno across bindtextdomain call, per
Date: 2005-07-06 16:26:00
Message-ID: 20050706162600.78D4252815@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Save and restore errno across bindtextdomain call, per discussion.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-misc.c (r1.114 -> r1.115)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-misc.c.diff?r1=1.114&r2=1.115)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-06 16:42:10 pgsql: Add a check for trigger function with declared arguments.
Previous Message Tom Lane 2005-07-06 16:14:42 pgsql: Fix incorrect PG_CPPFLAGS initialization, per Marko.