Re: wrong comments in ClassifyUtilityCommandAsReadOnly

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: jian he <jian.universality@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-23T03:37:40Z
Lists: pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> + *	  The "DefineAggregate" routine take the parse tree and pick out the
> + *	  appropriate arguments/flags, passing the results to
> + *	  "AggregateCreate" routine (src src/backend/catalog) that do the actual
> + *	  catalog-munging.  These routines also verify permission of the user to
> + *	  execute the command.

The grammar needs some help here.  Also, rather than simply remove
define.c's entire header comment, maybe we should write something
relevant about what it does?  Good catches otherwise.

			regards, tom lane



Commits

  1. Fix incorrect source filename references