pg_class.relistemp

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема pg_class.relistemp
Дата
Msg-id BB8EF7E7-E364-4366-BEA2-586D46FAE398@kineticode.com
обсуждение исходный текст
Ответы Re: pg_class.relistemp
Список pgsql-hackers
Hackers,

With regard to this change:
 http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=5f7b58fad8f45c69bb67944779dce67e2f481995

I'm wondering if it would be possible to restore the relistemp column to pg_class, at least for backwards
compatibility,so that apps that expected it can continue to work on both 9.0 and 9.1. Even if it's read-only somehow,
andthe same as `relpersistence <> 't'`. 

I've run into this with pgTAP, and am having a hard time coming up with a simple code path to support both without a
patch.It'd make life simpler if there was some sort of compatibility interface so that my code doesn't have to maintain
twopaths. 

Thanks,

David



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Small patch for GiST: move childoffnum to child
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Expression Pruning in postgress