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 079954d7f0b..12a269d9522 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-2021, PostgreSQL Global Development Group + * Copyright (c) 2017-2022, PostgreSQL Global Development Group * * src/include/common/int.h * |