summaryrefslogtreecommitdiff
path: root/src/fe_utils/astreamer_tar.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2024-12-23 19:41:49 +1300
committerDavid Rowley <drowley@postgresql.org>2024-12-23 19:41:49 +1300
commit7ec4b9ff80d92fee3c41eb1a069cc32d0ec11da1 (patch)
tree04bb50ab45235625c97fe785901363e17c7769aa /src/fe_utils/astreamer_tar.c
parent7f97b4734f937db6f8dab1bbf8bbaab349e6c9b1 (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 <jian.universality@gmail.com> Reviewed-by: Tom Lane Discussion: https://postgr.es/m/CACJufxGoE3H-7VgO02=PrR4SNuVWDVbfTyUnwO0HvS-Lxurnog@mail.gmail.com
Diffstat (limited to 'src/fe_utils/astreamer_tar.c')
-rw-r--r--src/fe_utils/astreamer_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe_utils/astreamer_tar.c b/src/fe_utils/astreamer_tar.c
index f5d3562d280..53a956a71d9 100644
--- a/src/fe_utils/astreamer_tar.c
+++ b/src/fe_utils/astreamer_tar.c
@@ -15,7 +15,7 @@
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * src/bin/pg_basebackup/astreamer_tar.c
+ * src/fe_utils/astreamer_tar.c
*-------------------------------------------------------------------------
*/