[COMMITTERS] pgsql: Code review of get_qual_for_list.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Code review of get_qual_for_list.
Дата
Msg-id E1dDdAo-0006Ae-88@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Code review of get_qual_for_list.

We need not consider the case where both nulltest1 and nulltest2 are
NULL; the partition either accepts nulls or it does not.

Jeevan Ladhe.  I added an assertion.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85c2b9a15a1d667b1e2cd580da8c1d9fef0af1e8

Modified Files
--------------
src/backend/catalog/partition.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Tighten checks for whitespace in functions that parseidentifier
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Improve logical replication worker log messages