Re: plpgsql: open for execute - add USING clause

Поиск
Список
Период
Сортировка
От Takahiro Itagaki
Тема Re: plpgsql: open for execute - add USING clause
Дата
Msg-id 20100114103421.9A0E.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: plpgsql: open for execute - add USING clause  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: plpgsql: open for execute - add USING clause  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> wrote:

> ok, I accept all comments.
> revised version are attached.

Good. This patch is ready to commit. I'll do it soon if no objections.

BTW, I found inconsistent parameter dumps in the codes. Some of them
add '$', but others does not. Are they intentional? Or, should we
adjust them to use one of the formats?

[pl_funcs.c]
dump_dynexecute()
dump_raise()        printf("    parameter %d: ", i++);
dump_dynfors()
dump_open()
dump_return_query()        printf("    parameter $%d: ", i++);


Regards,
---
Takahiro Itagaki
NTT Open Source Software Center




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: last CommitFest coming up in just under 24 hours
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: [PATCH] remove redundant ownership checks