diff options
Diffstat (limited to 'src/backend/access/heap/heapam_xlog.c')
-rw-r--r-- | src/backend/access/heap/heapam_xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam_xlog.c b/src/backend/access/heap/heapam_xlog.c index c5208f3df61..469d11d5912 100644 --- a/src/backend/access/heap/heapam_xlog.c +++ b/src/backend/access/heap/heapam_xlog.c @@ -3,7 +3,7 @@ * heapam_xlog.c * WAL replay logic for heap access method. * - * 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 * * |