* 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.
*
*-------------------------------------------------------------------------
*/
* src/backend/commands/define.c
*
* DESCRIPTION
- * The "DefineFoo" routines take the parse tree and pick 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.
- *
- * NOTES
- * These things must be defined and committed in the following order:
- * "create function":
- * input/output, recv/send procedures
- * "create type":
- * type
- * "create operator":
- * operators
+ * Support routines for dealing with DefElem nodes.
*
*
*-------------------------------------------------------------------------
* DESCRIPTION
* These routines take the parse tree and pick out the
* appropriate arguments/flags, and pass the results to the
- * corresponding "FooDefine" routines (in src/catalog) that do
+ * corresponding "FooCreate" routines (in src/backend/catalog) that do
* the actual catalog-munging. These routines also verify permission
* of the user to execute the command.
*
* DESCRIPTION
* The "DefineFoo" routines take the parse tree and pick out the
* appropriate arguments/flags, passing the results to the
- * corresponding "FooDefine" routines (in src/catalog) that do
+ * corresponding "FooCreate" routines (in src/backend/catalog) that do
* the actual catalog-munging. These routines also verify permission
* of the user to execute the command.
*
* DESCRIPTION
* The "DefineFoo" routines take the parse tree and pick out the
* appropriate arguments/flags, passing the results to the
- * corresponding "FooDefine" routines (in src/catalog) that do
+ * corresponding "FooCreate" routines (in src/backend/catalog) that do
* the actual catalog-munging. These routines also verify permission
* of the user to execute the command.
*
/*
* Determine the degree to which a utility command is read only.
*
- * Note the definitions of the relevant flags in src/include/utility/tcop.h.
+ * Note the definitions of the relevant flags in src/include/tcop/utility.h.
*/
static int
ClassifyUtilityCommandAsReadOnly(Node *parsetree)
*
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
*
- * src/include/utils/guc_internal.h
+ * src/backend/utils/misc/guc_internal.h
*--------------------------------------------------------------------
*/
#ifndef GUC_INTERNAL_H
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * src/bin/pg_basebackup/astreamer_file.c
+ * src/fe_utils/astreamer_file.c
*-------------------------------------------------------------------------
*/
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * src/bin/pg_basebackup/astreamer_gzip.c
+ * src/fe_utils/astreamer_gzip.c
*-------------------------------------------------------------------------
*/
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * src/bin/pg_basebackup/astreamer_lz4.c
+ * src/fe_utils/astreamer_lz4.c
*-------------------------------------------------------------------------
*/
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * src/bin/pg_basebackup/astreamer_tar.c
+ * src/fe_utils/astreamer_tar.c
*-------------------------------------------------------------------------
*/
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * src/bin/pg_basebackup/astreamer_zstd.c
+ * src/fe_utils/astreamer_zstd.c
*-------------------------------------------------------------------------
*/
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * src/bin/pg_basebackup/astreamer.h
+ * src/include/fe_utils/astreamer.h
*-------------------------------------------------------------------------
*/