Re: Proposal: variant of regclass

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: michael(dot)paquier(at)gmail(dot)com
Cc: nagata(at)sraoss(dot)co(dot)jp, pgsql-hackers(at)postgresql(dot)org, vik(dot)fearing(at)dalibo(dot)com, robertmhaas(at)gmail(dot)com, tgl(at)sss(dot)pgh(dot)pa(dot)us, pavel(at)gf(dot)microolap(dot)com, pavel(at)microolap(dot)com, andres(at)2ndquadrant(dot)com, pavel(dot)stehule(at)gmail(dot)com
Subject: Re: Proposal: variant of regclass
Date: 2014-01-14 08:12:10
Message-ID: 20140114.171210.856924598683129985.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Tue, Jan 14, 2014 at 4:28 PM, Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> wrote:
>> Here is the patch to implement to_regclass, to_regproc, to_regoper,
>> and to_regtype. They are new functions similar to regclass, regproc,
>> regoper, and regtype except that if requested object is not found,
>> returns InvalidOid, rather than raises an error.
>
> You should add this patch to the upcoming commit fest (beginning
> tomorrow actually), I am not seeing it in the list:
> https://commitfest.postgresql.org/action/commitfest_view?id=21
> Thanks,
> --
> Michael

Of course. Problem is, in order to add to commit fest, patch's URL is
needed in the first place. And the URL is not defined until a posting
is made.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marti Raudsepp 2014-01-14 08:18:48 Re: Capturing EXPLAIN ANALYZE for a query without discarding the normal result set
Previous Message David Rowley 2014-01-14 08:09:06 Re: [PATCH] Negative Transition Aggregate Functions (WIP)