diff options
Diffstat (limited to 'src/backend/access/common/bufmask.c')
-rw-r--r-- | src/backend/access/common/bufmask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/bufmask.c b/src/backend/access/common/bufmask.c index 4e953bfd61d..e3ca644bd6f 100644 --- a/src/backend/access/common/bufmask.c +++ b/src/backend/access/common/bufmask.c @@ -5,7 +5,7 @@ * in a page which can be different when the WAL is generated * and when the WAL is applied. * - * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group * * Contains common routines required for masking a page. * |