Re: Alpha 1 release notes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Alpha 1 release notes
Дата
Msg-id 6658.1250538740@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Alpha 1 release notes  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Also, does the ADD/DROP COLUMN plpgsql patch fix any cases other than
> RETURNS QUERY?  I can't tell from the patch.

Yes, I believe it does, but hadn't bothered to work up any test cases.
The places it touched in plpgsql are* returning a single composite value* returning a tuple from a trigger function*
assignmentto a record variable* RETURN QUERY
 
I think that the trigger function case would usually work (since you'd
generally be doing RETURN NEW or RETURN OLD which should have dead
columns in the right places already) but the other two were probably
just as problematic as RETURN QUERY.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Another try at reducing repeated detoast work for PostGIS
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Alpha 1 release notes