diff options
Diffstat (limited to 'src/backend/access/common/tidstore.c')
-rw-r--r-- | src/backend/access/common/tidstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/tidstore.c b/src/backend/access/common/tidstore.c index a7179759d67..27f20cf1972 100644 --- a/src/backend/access/common/tidstore.c +++ b/src/backend/access/common/tidstore.c @@ -11,7 +11,7 @@ * TidStoreCreateShared(). Other backends can attach to the shared TidStore * by TidStoreAttach(). * - * 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 * * IDENTIFICATION |