diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/commands/trigger.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c index 7326ece5565..08afc4a4ad5 100644 --- a/src/backend/commands/trigger.c +++ b/src/backend/commands/trigger.c @@ -868,11 +868,6 @@ CreateTriggerFiringOn(CreateTrigStmt *stmt, const char *queryString, /* * Build the new pg_trigger tuple. - * - * When we're creating a trigger in a partition, we mark it as internal, - * even though we don't do the isInternal magic in this function. This - * makes the triggers in partitions identical to the ones in the - * partitioned tables, except that they are marked internal. */ memset(nulls, false, sizeof(nulls)); |