Triconsistent catalog declaration

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Triconsistent catalog declaration
Date: 2014-09-15 13:58:11
Message-ID: CAPpHfdsPdfBPW7MAeX2_aM0bVF4+KsHXA0ojiiXhHuu=+GWXSA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
tri-consistent-catalog.patch application/octet-stream 5.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-09-15 14:13:22 Re: Triconsistent catalog declaration
Previous Message Heikki Linnakangas 2014-09-15 13:17:37 Re: implement subject alternative names support for SSL connections