aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/catalog/pg_namespace.c')
-rw-r--r--src/backend/catalog/pg_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/pg_namespace.c b/src/backend/catalog/pg_namespace.c
index 3ce6e380091..6f5634a4de6 100644
--- a/src/backend/catalog/pg_namespace.c
+++ b/src/backend/catalog/pg_namespace.c
@@ -3,7 +3,7 @@
* pg_namespace.c
* routines to support manipulation of the pg_namespace relation
*
- * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*