Re: get_whatever_oid, part 1: object types with unqualifed names

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: get_whatever_oid, part 1: object types with unqualifed names
Date: 2010-07-02 16:18:30
Message-ID: AANLkTilL_4ciaWpUuSzqWAkHA5zQmzFKaZonKjMXUBKM@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/7/2 KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>:
> The transitions from object name to its oid are widely used in
> the routines of the backend, so I also think this reworks will
> enough worthwhile to keep the code clean.
>
> So, I marked it as "ready for committer".

Thanks. Are you planning to review the part 2 patch also?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2010-07-02 16:30:47 Re: server authentication over Unix-domain sockets
Previous Message Robert Haas 2010-07-02 15:18:08 Re: Adding regexp_match() function