diff options
Diffstat (limited to 'src/include/common/int.h')
-rw-r--r-- | src/include/common/int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/int.h b/src/include/common/int.h index 6b50aa67b91..3973f13379d 100644 --- a/src/include/common/int.h +++ b/src/include/common/int.h @@ -11,7 +11,7 @@ * the 64 bit cases can be considerably faster with intrinsics. In case no * intrinsics are available 128 bit math is used where available. * - * Copyright (c) 2017-2024, PostgreSQL Global Development Group + * Copyright (c) 2017-2025, PostgreSQL Global Development Group * * src/include/common/int.h * |