Remove duplicated comment block in event_trigger.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 14 May 2020 23:19:30 +0000 (08:19 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 14 May 2020 23:19:30 +0000 (08:19 +0900)
commitff87fabef20ef40c8438e25fe28e9159f874183d
tree137304915e20e05a5b85f6850b8adf22dea07cb6
parent2e619f86a96c32a710a09a4ff555952746813ba8
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
src/backend/commands/event_trigger.c