summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/commands/explain_dr.c2
-rw-r--r--src/bin/pg_combinebackup/copy_file.c2
-rw-r--r--src/include/access/gin_tuple.h4
-rw-r--r--src/include/storage/io_worker.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/commands/explain_dr.c b/src/backend/commands/explain_dr.c
index 5715546cf43..d6084077be7 100644
--- a/src/backend/commands/explain_dr.c
+++ b/src/backend/commands/explain_dr.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994-5, Regents of the University of California
*
* IDENTIFICATION
- * src/backend/commands/explain.c
+ * src/backend/commands/explain_dr.c
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/pg_combinebackup/copy_file.c b/src/bin/pg_combinebackup/copy_file.c
index db6c86223bb..8f791c802cd 100644
--- a/src/bin/pg_combinebackup/copy_file.c
+++ b/src/bin/pg_combinebackup/copy_file.c
@@ -4,7 +4,7 @@
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * src/bin/pg_combinebackup/copy_file.h
+ * src/bin/pg_combinebackup/copy_file.c
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gin_tuple.h b/src/include/access/gin_tuple.h
index b4f103dec9a..15d39226dde 100644
--- a/src/include/access/gin_tuple.h
+++ b/src/include/access/gin_tuple.h
@@ -1,10 +1,10 @@
/*--------------------------------------------------------------------------
- * gin.h
+ * gin_tuple.h
* Public header file for Generalized Inverted Index access method.
*
* Copyright (c) 2006-2025, PostgreSQL Global Development Group
*
- * src/include/access/gin.h
+ * src/include/access/gin_tuple.h
*--------------------------------------------------------------------------
*/
#ifndef GIN_TUPLE_H
diff --git a/src/include/storage/io_worker.h b/src/include/storage/io_worker.h
index 7bde7e89c8a..87ef905dd13 100644
--- a/src/include/storage/io_worker.h
+++ b/src/include/storage/io_worker.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * src/include/storage/io.h
+ * src/include/storage/io_worker.h
*
*-------------------------------------------------------------------------
*/