Re: [HACKERS] compiler warning with VS 2017

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] compiler warning with VS 2017
Дата
Msg-id 28486.1494002827@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] compiler warning with VS 2017  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
Список pgsql-hackers
Petr Jelinek <petr.jelinek@2ndquadrant.com> writes:
> On 05/05/17 16:56, Tom Lane wrote:
>> So the comment should be something like "if the column is unchanged,
>> we should not attempt to access its value beyond this point.  To
>> help catch any such attempts, set the string to NULL" ?

> Yes that sounds about right. We don't get any data for unchanged TOAST
> columns (that's limitation of logical decoding) so we better not touch them.

OK.  I just made it say "we don't get the value of unchanged columns".
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] what's up with IDENTIFIER_LOOKUP_EXPR?
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] logical replication syntax (was DROP SUBSCRIPTION,query cancellations and slot handling)