[COMMITTERS] pgsql: Mark some columns in pg_subscription as NOT NULL.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема [COMMITTERS] pgsql: Mark some columns in pg_subscription as NOT NULL.
Дата
Msg-id E1d1DBx-0003N4-PK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Mark some columns in pg_subscription as NOT NULL.

In pg_subscription, subconninfo, subslotname, subsynccommit and
subpublications are expected not to be NULL. Therefore this patch
adds BKI_FORCE_NOT_NULL markings to them.

This patch is basically unnecessary unless the code has a bug which
wrongly sets either of those columns to NULL. But it's good to have
this as a safeguard.

Author: Masahiko Sawada
Reviewed-by: Kyotaro Horiguchi
Reported-by: Fujii Masao
Discussion: http://postgr.es/m/CAHGQGwFDWh_Qr-q_GEMpD+qH=vYPMdVqw=ZOSY3kX_Pna9R9SA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/88b0a31926331eb5336ec92010b3b4f7e6efb53c

Modified Files
--------------
src/include/catalog/pg_subscription.h | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Don't call the function that may raise an error while holdingsp
Следующее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Prevent log_replication_commands from causing SQL commands tobe