diff options
author | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
commit | ca3b37487be333a1d241dab1bbdd17a211a88f43 (patch) | |
tree | 85245c7d62c73b1a132ad0b96647abb27b85c802 /src/backend/rewrite/rowsecurity.c | |
parent | 4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff) |
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/backend/rewrite/rowsecurity.c')
-rw-r--r-- | src/backend/rewrite/rowsecurity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/rewrite/rowsecurity.c b/src/backend/rewrite/rowsecurity.c index 0fe2f9ca838..fc26cb23a21 100644 --- a/src/backend/rewrite/rowsecurity.c +++ b/src/backend/rewrite/rowsecurity.c @@ -29,7 +29,7 @@ * in the current environment, but that may change if the row_security GUC or * the current role changes. * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California */ #include "postgres.h" |