File tree Expand file tree Collapse file tree 13 files changed +16
-29
lines changed Expand file tree Collapse file tree 13 files changed +16
-29
lines changed Original file line number Diff line number Diff line change 1212 * src/backend/commands/aggregatecmds.c
1313 *
1414 * DESCRIPTION
15- * The "DefineFoo" routines take the parse tree and pick out the
15+ * The "DefineAggregate" routine takes the parse tree and picks out the
1616 * appropriate arguments/flags, passing the results to the
17- * corresponding "FooDefine" routines (in src/catalog) that do
18- * the actual catalog-munging. These routines also verify permission
19- * of the user to execute the command.
17+ * "AggregateCreate" routine (in src/backend/ catalog), which does the
18+ * actual catalog-munging. DefineAggregate also verifies the permission of
19+ * the user to execute the command.
2020 *
2121 *-------------------------------------------------------------------------
2222 */
Original file line number Diff line number Diff line change 1212 * src/backend/commands/define.c
1313 *
1414 * DESCRIPTION
15- * The "DefineFoo" routines take the parse tree and pick out the
16- * appropriate arguments/flags, passing the results to the
17- * corresponding "FooDefine" routines (in src/catalog) that do
18- * the actual catalog-munging. These routines also verify permission
19- * of the user to execute the command.
20- *
21- * NOTES
22- * These things must be defined and committed in the following order:
23- * "create function":
24- * input/output, recv/send procedures
25- * "create type":
26- * type
27- * "create operator":
28- * operators
15+ * Support routines for dealing with DefElem nodes.
2916 *
3017 *
3118 *-------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1515 * DESCRIPTION
1616 * These routines take the parse tree and pick out the
1717 * appropriate arguments/flags, and pass the results to the
18- * corresponding "FooDefine " routines (in src/catalog) that do
18+ * corresponding "FooCreate " routines (in src/backend /catalog) that do
1919 * the actual catalog-munging. These routines also verify permission
2020 * of the user to execute the command.
2121 *
Original file line number Diff line number Diff line change 1414 * DESCRIPTION
1515 * The "DefineFoo" routines take the parse tree and pick out the
1616 * appropriate arguments/flags, passing the results to the
17- * corresponding "FooDefine " routines (in src/catalog) that do
17+ * corresponding "FooCreate " routines (in src/backend /catalog) that do
1818 * the actual catalog-munging. These routines also verify permission
1919 * of the user to execute the command.
2020 *
Original file line number Diff line number Diff line change 1313 * DESCRIPTION
1414 * The "DefineFoo" routines take the parse tree and pick out the
1515 * appropriate arguments/flags, passing the results to the
16- * corresponding "FooDefine " routines (in src/catalog) that do
16+ * corresponding "FooCreate " routines (in src/backend /catalog) that do
1717 * the actual catalog-munging. These routines also verify permission
1818 * of the user to execute the command.
1919 *
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ CommandIsReadOnly(PlannedStmt *pstmt)
122122/*
123123 * Determine the degree to which a utility command is read only.
124124 *
125- * Note the definitions of the relevant flags in src/include/utility/ tcop.h.
125+ * Note the definitions of the relevant flags in src/include/tcop/utility .h.
126126 */
127127static int
128128ClassifyUtilityCommandAsReadOnly (Node * parsetree )
Original file line number Diff line number Diff line change 66 *
77 * Copyright (c) 2000-2024, PostgreSQL Global Development Group
88 *
9- * src/include /utils/guc_internal.h
9+ * src/backend /utils/misc /guc_internal.h
1010 *--------------------------------------------------------------------
1111 */
1212#ifndef GUC_INTERNAL_H
Original file line number Diff line number Diff line change 99 * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
1010 *
1111 * IDENTIFICATION
12- * src/bin/pg_basebackup /astreamer_file.c
12+ * src/fe_utils /astreamer_file.c
1313 *-------------------------------------------------------------------------
1414 */
1515
Original file line number Diff line number Diff line change 2020 * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
2121 *
2222 * IDENTIFICATION
23- * src/bin/pg_basebackup /astreamer_gzip.c
23+ * src/fe_utils /astreamer_gzip.c
2424 *-------------------------------------------------------------------------
2525 */
2626
Original file line number Diff line number Diff line change 99 * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
1010 *
1111 * IDENTIFICATION
12- * src/bin/pg_basebackup /astreamer_lz4.c
12+ * src/fe_utils /astreamer_lz4.c
1313 *-------------------------------------------------------------------------
1414 */
1515
You can’t perform that action at this time.
0 commit comments