From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove duplicated comment block in event_trigger.c |
Date: | 2020-05-14 23:21:31 |
Message-ID: | E1jZNAR-0000Ac-B8@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andy Fan | 2020-05-15 00:24:23 | Re: Add "-Wimplicit-fallthrough" to default flags |
Previous Message | Tom Lane | 2020-05-14 22:44:36 | pgsql: Doc: tweak examples to silence line-too-long PDF build warnings. |