Re: WIP: a way forward on bootstrap data
| От | John Naylor |
|---|---|
| Тема | Re: WIP: a way forward on bootstrap data |
| Дата | |
| Msg-id | CAJVSVGVS59Lr248HbA561ReCMncxTgEHx=hty4OPBQejqixHnA@mail.gmail.com обсуждение исходный текст |
| Ответ на | Re: WIP: a way forward on bootstrap data (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: WIP: a way forward on bootstrap data
|
| Список | pgsql-hackers |
On 4/5/18, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I've generalized the BKI_LOOKUP(pg_proc) code so that
> you can use either regproc-like or regprocedure-like notation, and then
> applied that to relevant columns.
> [...]
> bootstrap-v13-delta.patch is a diff atop your patch series for the
> in-tree files, and convert_oid2name.patch adjusts that script to
> make use of the additional conversion capability.
Looking at convert_oid2name.patch again, I see this:
+ elsif ($catname eq 'pg_am')
+ {
+ $values{aggfnoid} = lookup_procname($values{aggfnoid});
+ }
aggfnoid is in pg_aggregate, and pg_am already had a regproc lookup.
Do you remember the intent here?
-John Naylor
В списке pgsql-hackers по дате отправления: