Re: pg_type oid's do they change from version to version

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pg_type oid's do they change from version to version
Дата
Msg-id 40AC0A10.8020102@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: pg_type oid's do they change from version to version  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: pg_type oid's do they change from version to version
Re: pg_type oid's do they change from version to version
Список pgsql-hackers
> I don't think we have ever changed oids for existing data types, so you
> should be OK.

Are you sure?  If we remove a type, then its oid becomes up for grabs by 
the unused_oids script.

We have removed a few functions in 7.4 (oidsrand, etc.) and I wouldn't 
be surprised if we haven't _already_ reused those oids...

I think the core should mandate it as policy never to reuse oids and 
perhaps make the unused_oids script "remember" what has been used...

Chris



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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Call for 7.5 feature completion
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Table Spaces