diff options
author | David Rowley | 2024-12-23 06:41:49 +0000 |
---|---|---|
committer | David Rowley | 2024-12-23 06:41:49 +0000 |
commit | 7ec4b9ff80d92fee3c41eb1a069cc32d0ec11da1 (patch) | |
tree | 04bb50ab45235625c97fe785901363e17c7769aa /src/backend/tcop/utility.c | |
parent | 7f97b4734f937db6f8dab1bbf8bbaab349e6c9b1 (diff) |
Fix incorrect source filename references
Jian He reported the src/include/utility/tcop.h one and the remainder
were found by using a script to look for src/* and check that we have a
filename or directory of that name.
In passing, fix some out-date comments.
Reported-by: Jian He <[email protected]>
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/CACJufxGoE3H-7VgO02=PrR4SNuVWDVbfTyUnwO0HvS-Lxurnog@mail.gmail.com
Diffstat (limited to 'src/backend/tcop/utility.c')
-rw-r--r-- | src/backend/tcop/utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index 33dea5a781c..c2ed8214ef6 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -122,7 +122,7 @@ CommandIsReadOnly(PlannedStmt *pstmt) /* * 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) |