From: Alvaro Herrera Date: Fri, 11 Sep 2020 15:53:25 +0000 (-0300) Subject: Update copyright year X-Git-Tag: REL_14_BETA1~1670 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a68a233cef86d81b35fb4c1c21a094768875af2;p=thirdparty%2Fpostgresql.git Update copyright year Thinko in 40b3e2c201af. Reported-by: "Wang, Shenhao" Discussion: https://postgr.es/m/ed98706b82694b57a8c0d339a10732aa@G08CNEXMBPEKD06.g08.fujitsu.local --- diff --git a/src/backend/catalog/pg_cast.c b/src/backend/catalog/pg_cast.c index c03e82d74fe..d3f2db41863 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 * *