Re: pgsql: Catalog NOT NULL constraints

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: pgsql: Catalog NOT NULL constraints
Дата
Msg-id CAApHDvoMyiZVi1KW5WVdqMRzWsWkD3F7n6QD+BbAO6WTeAWsUQ@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Catalog NOT NULL constraints  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
On Sat, 8 Apr 2023 at 06:09, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> Catalog NOT NULL constraints

I think transformTableLikeClause() contains a small issue because
process_notnull_constraints is not set to false by default.

Per valgrind, it looks like the variable can be uninitialised by the
time it's referenced around line 1221.

David

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Fix uninitialized variable in transformTableLikeClause()