Re: handling of heap rewrites in logical decoding

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: handling of heap rewrites in logical decoding
Дата
Msg-id bbe2a52b-08ea-c55e-5888-f378618f5e38@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: handling of heap rewrites in logical decoding  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: handling of heap rewrites in logical decoding  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
On 3/21/18 03:08, Craig Ringer wrote:
> Why was relrewrite / Anum_pg_class_relrewrite inserted at position 28,
> not appended to pg_class?
> 
> I don't see how it'd cause any harm, I'm just curious about the rationale.

Adding it at the end would not be appropriate, since those are
variable-length fields.  So I added it close to other fields of similar
purpose.

> Otherwise, I'm totally happy with what I see here. It's always nice to
> get to the end of a patch and think "wait, that's all?"
> 
> Ready to go.

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Jaime Soler
Дата:
Сообщение: Re: Hash join in SELECT target list expression keeps consuming memory
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types