aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr/bulk_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/smgr/bulk_write.c')
-rw-r--r--src/backend/storage/smgr/bulk_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/smgr/bulk_write.c b/src/backend/storage/smgr/bulk_write.c
index 274051c40dd..ecd441f1be2 100644
--- a/src/backend/storage/smgr/bulk_write.c
+++ b/src/backend/storage/smgr/bulk_write.c
@@ -25,7 +25,7 @@
* even if a checkpoint happens concurrently.
*
*
- * 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
*
*