libpqtypes - libpqtypes: fixed bug in error.c where the global init - Mailing list pgsql-committers

From achernow@pgfoundry.org (User Achernow)
Subject libpqtypes - libpqtypes: fixed bug in error.c where the global init
Date
Msg-id 20110421021524.B79761071024@pgfoundry.org
Whole thread Raw
List 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
Irenamed 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)

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Typo fix.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.