libpqtypes - libpqtypes: Fixed bug in pqt_allowsptr, it was returning

From: achernow(at)pgfoundry(dot)org (User Achernow)
To: pgsql-committers(at)postgresql(dot)org
Subject: libpqtypes - libpqtypes: Fixed bug in pqt_allowsptr, it was returning
Date: 2009-11-20 21:52:03
Message-ID: 20091120215203.A067A1071E01@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 correct behavior.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2009-11-20 22:00:05 Re: [COMMITTERS] pgsql: Add a WHEN clause to CREATE TRIGGER, allowing a boolean
Previous Message Tom Lane 2009-11-20 20:54:20 pgsql: Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre