libpqtypes - libpqtypes: Fixed bug in pqt_allowsptr, it was returning - Mailing list pgsql-committers

From achernow@pgfoundry.org (User Achernow)
Subject libpqtypes - libpqtypes: Fixed bug in pqt_allowsptr, it was returning
Date
Msg-id 20091120215203.A067A1071E01@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed bug in pqt_allowsptr, it was returning FALSE for types registered w/o a schema.  It now returns TRUE which is the
correctbehavior. 

Modified Files:
--------------
    libpqtypes/src:
        handler.c (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c?r1=1.19&r2=1.20)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre
Next
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: Update ChnageLog