aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2020-09-11 12:53:25 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2020-09-11 12:55:19 -0300
commit6dcec8fe13b41b0773e9122168a1b53f3e458206 (patch)
tree289d2c18df050bb40e298ecf5e50979fda2ce3e7
parent9892564121d425291c4fd06ff083147dd70b9156 (diff)
downloadpostgresql-6dcec8fe13b41b0773e9122168a1b53f3e458206.tar.gz
postgresql-6dcec8fe13b41b0773e9122168a1b53f3e458206.zip
Update copyright year
Thinko in 40b3e2c201af. Reported-by: "Wang, Shenhao" <wangsh.fnst@cn.fujitsu.com> Discussion: https://postgr.es/m/ed98706b82694b57a8c0d339a10732aa@G08CNEXMBPEKD06.g08.fujitsu.local
-rw-r--r--src/backend/catalog/pg_cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/pg_cast.c b/src/backend/catalog/pg_cast.c
index 5ea2b82b083..56aacd72128 100644
--- a/src/backend/catalog/pg_cast.c
+++ b/src/backend/catalog/pg_cast.c
@@ -3,7 +3,7 @@
* pg_cast.c
* routines to support manipulation of the pg_cast relation
*
- * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*