diff options
author | Bruce Momjian | 2017-01-03 18:48:53 +0000 |
---|---|---|
committer | Bruce Momjian | 2017-01-03 18:48:53 +0000 |
commit | 1d25779284fe1ba08ecd57e647292a9deb241376 (patch) | |
tree | 1a288c7d8fb0a9232bc848be08cc03555804b05f /src/backend/rewrite/rowsecurity.c | |
parent | 60f1e514ad0db017bc583b0e15d056b777bd9626 (diff) |
Update copyright via script for 2017
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 53b27d11370..5c8c0cff1a3 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-2016, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California */ #include "postgres.h" |