Re: WIP: pl/pgsql cleanup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP: pl/pgsql cleanup
Дата
Msg-id 10413.1107899124@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP: pl/pgsql cleanup  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> BTW, both of our fixes suffer from the deficiency that they will
> actually reject input one variable too early: we disallow a SQL
> statement with 1023 variables that we strictly speaking could store.

Right.  I thought about putting the overflow checks inside the switches
so that they wouldn't trigger on the case where we don't need another
variable ... but it doesn't seem worth the extra code to me either.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: WIP: pl/pgsql cleanup
Следующее
От: Neil Conway
Дата:
Сообщение: memory leak in ALTER TABLE