Re: assigning to NULL? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: assigning to NULL?
Date
Msg-id 8933.1029710794@sss.pgh.pa.us
Whole thread Raw
In response to assigning to NULL?  (redmonde@purdue.edu)
List pgsql-hackers
redmonde@purdue.edu writes:
> I get: "ERROR: copyObject: don't know how to copy node type 506"

This is a bug in someone's recent patch ... but you don't want to say
"NULL=geopoint" anyway, do you?  Surely it should be "geopoint IS NULL".
        regards, tom lane


pgsql-hackers by date:

Previous
From: redmonde@purdue.edu
Date:
Subject: assigning to NULL?
Next
From: Justin Clift
Date:
Subject: About to update the PostgreSQL Functions in the official PHP Manual