Triconsistent catalog declaration - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Triconsistent catalog declaration
Date
Msg-id CAPpHfdsPdfBPW7MAeX2_aM0bVF4+KsHXA0ojiiXhHuu=+GWXSA@mail.gmail.com
Whole thread Raw
Responses Re: Triconsistent catalog declaration  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
Hi!

9.4 GIN introduces new triconsistent method which can return one of three values in spite of just consistent method. But in catalog declaration triconsistent still returns bool type. It doesn't affect anything because nobody calls triconsistent from SQL. But I think it would be correct to declare them returns int2. 

------
With best regards,
Alexander Korotkov.  
Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: implement subject alternative names support for SSL connections
Next
From: Heikki Linnakangas
Date:
Subject: Re: Triconsistent catalog declaration