Re: Handling dropped attributes in pglogical_proto

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Handling dropped attributes in pglogical_proto
Дата
Msg-id CAB7nPqQ9EzcAE+DHG3b-SvDxxDtDXXpnB4H0pq7fKGpUVO-B5g@mail.gmail.com
обсуждение исходный текст
Ответ на Handling dropped attributes in pglogical_proto  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Handling dropped attributes in pglogical_proto  (Petr Jelinek <petr@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Sep 28, 2016 at 11:25 PM, Konstantin Knizhnik
<k.knizhnik@postgrespro.ru> wrote:
> But if table was just altered and some attribute was removed from the table,
> then rel->natts can be greater than natts.

This is part of pglogical, so you may want to reply on the dedicated
thread or send directly a patch to them. By the way, this code path
may need to care as well about attisdropped. It is never good not to
check for it.
-- 
Michael



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Add support for restrictive RLS policies
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Password identifiers, protocol aging and SCRAM protocol