Re: [PATCH] Cleanup of PLpgSQL_recfield

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: [PATCH] Cleanup of PLpgSQL_recfield
Дата
Msg-id 36e682920811041517lf3482cbmc06765a4877a1262@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Cleanup of PLpgSQL_recfield  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] Cleanup of PLpgSQL_recfield  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Nov 4, 2008 at 3:57 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I am not real sure why the code is inconsistent about spelling the
> second field's name differently in some of the structs, but it seems
> like a bad idea --- as you've demonstrated, it invites confusion.
> What would probably be better is a patch to rename exprno, rfno, etc
> to all be called dno to make this connection more obvious.

Attached.  Passed regressions and basic testing.

--
Jonah H. Harris, Senior DBA
myYearbook.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1168)
Следующее
От: Emmanuel Cecchet
Дата:
Сообщение: Re: Transactions and temp tables