Re: Strange RETURN NEXT behaviour in Postgres 8.0

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Strange RETURN NEXT behaviour in Postgres 8.0
Дата
Msg-id 421460CE.60001@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Strange RETURN NEXT behaviour in Postgres 8.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> It looks like the code that handles returning a RECORD variable doesn't
> cope with dropped columns in the function result rowtype.
> 
> (If you instead declare rec as usno%rowtype, you get a different set
> of misbehaviors after adding/dropping columns, so that code path isn't
> perfect either :-()

Isn't it amazing, Tom, that that column dropping code that we did up for 
7.3 is STILL causing bugs :D

Chris


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Help me recovering data
Следующее
От: "John Hansen"
Дата:
Сообщение: Re: Terminating a SETOF function call sequence