pgsql: Remove duplicated comment block in event_trigger.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove duplicated comment block in event_trigger.c
Дата
Msg-id E1jZNAR-0000Ac-B8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove duplicated comment block in event_trigger.c

The reasons why event triggers are disabled in standalone mode are
documented in the code path of ddl_command_start, and other places
checking if standalone mode is enabled or not mention to refer to the
comment for ddl_command_start, except for table_rewrite that duplicated
the same explanation.

Reported-by: David G. Johnston
Discussion: https://postgr.es/m/CAKFQuwYqHtXpvr2mBJRwH9f+Y5y1GXw3rhbaAu0Dk2MoNevsmA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ff87fabef20ef40c8438e25fe28e9159f874183d

Modified Files
--------------
src/backend/commands/event_trigger.c | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: hack on table 26.1 till it fits in PDF format.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: PG 13 relnotes: add links and SGML formatting