diff options
Diffstat (limited to 'src/backend/commands/aggregatecmds.c')
-rw-r--r-- | src/backend/commands/aggregatecmds.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/commands/aggregatecmds.c b/src/backend/commands/aggregatecmds.c index fde5a2a0e04..3f117d8e2c6 100644 --- a/src/backend/commands/aggregatecmds.c +++ b/src/backend/commands/aggregatecmds.c @@ -12,11 +12,11 @@ * src/backend/commands/aggregatecmds.c * * DESCRIPTION - * The "DefineFoo" routines take the parse tree and pick out the + * The "DefineAggregate" routine takes the parse tree and picks out the * appropriate arguments/flags, passing the results to the - * corresponding "FooDefine" routines (in src/catalog) that do - * the actual catalog-munging. These routines also verify permission - * of the user to execute the command. + * "AggregateCreate" routine (in src/backend/catalog), which does the + * actual catalog-munging. DefineAggregate also verifies the permission of + * the user to execute the command. * *------------------------------------------------------------------------- */ |