Re: Add primary keys to system catalogs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Add primary keys to system catalogs
Дата
Msg-id 85092dfa-2fbd-9da4-76a6-cb89cf5ce4bf@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Add primary keys to system catalogs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Add primary keys to system catalogs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2021-01-30 22:56, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>> Committed with your update, thanks.
> 
> Hmm, shouldn't there have been a catversion bump in there?

I suppose yes on the grounds that it introduces something new in a 
freshly initdb-ed database.  But I thought it wasn't necessary because 
there is no dependency between the binaries and the on-disk state.

There has already been another catversion change since, so it's no 
longer relevant.

-- 
Peter Eisentraut
2ndQuadrant, an EDB company
https://www.2ndquadrant.com/



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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Is Recovery actually paused?