libpqtypes - libpqtypes: fixed bug in error.c where the global init

From: achernow(at)pgfoundry(dot)org (User Achernow)
To: pgsql-committers(at)postgresql(dot)org
Subject: libpqtypes - libpqtypes: fixed bug in error.c where the global init
Date: 2011-04-21 02:15:24
Message-ID: 20110421021524.B79761071024@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
fixed bug in error.c where the global init function was not being called, looks like a mysterious 'evil name' issue, so I renamed the init function.

Modified Files:
--------------
libpqtypes:
ChangeLog (r1.61 -> r1.62)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.61&r2=1.62)
libpqtypes/src:
error.c (r1.23 -> r1.24)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/error.c?r1=1.23&r2=1.24)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-04-21 02:26:21 pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.
Previous Message Robert Haas 2011-04-21 02:05:22 pgsql: Typo fix.