summaryrefslogtreecommitdiff
path: root/src/include/common/int.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
committerBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
commitc8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch)
treebc2e271d4b902b97d9dee7870b138d5750aa86db /src/include/common/int.h
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
downloadpostgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.tar.gz
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'src/include/common/int.h')
-rw-r--r--src/include/common/int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/int.h b/src/include/common/int.h
index 12a269d952..450800894e 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-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2023, PostgreSQL Global Development Group
*
* src/include/common/int.h
*