From: | David Rowley <drowley(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Adjust locations which have an incorrect copyright year |
Date: | 2021-06-04 00:20:15 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Adjust locations which have an incorrect copyright year
A few patches committed after ca3b37487 mistakenly forgot to make the
copyright year 2021. Fix these.
Branch
------
master
Modified Files
--------------
contrib/pageinspect/gistfuncs.c | 2 +-
src/backend/access/brin/brin_bloom.c | 2 +-
src/backend/access/brin/brin_minmax_multi.c | 2 +-
src/backend/rewrite/rewriteSearchCycle.c | 2 +-
src/backend/utils/adt/jsonbsubs.c | 2 +-
src/common/hex.c | 2 +-
src/common/hmac.c | 2 +-
src/common/hmac_openssl.c | 2 +-
src/common/sha1.c | 2 +-
src/common/sha1_int.h | 2 +-
src/include/common/hex.h | 2 +-
src/include/common/hmac.h | 2 +-
src/include/common/sha1.h | 2 +-
src/include/port/pg_iovec.h | 2 +-
src/include/rewrite/rewriteSearchCycle.h | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2021-06-04 00:34:44 | pgsql: doc: Fix link reference for PGSSLMAXPROTOCOLVERSION |
Previous Message | Andrew Dunstan | 2021-06-03 21:35:40 | pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line |