diff options
author | Bruce Momjian | 2019-01-02 17:44:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2019-01-02 17:44:25 +0000 |
commit | 97c39498e5ca9208d3de5a443a2282923619bf91 (patch) | |
tree | d8074ce5b172fc2a52007bce178dcc9b2fa66fa5 /src/backend/access/brin/brin_revmap.c | |
parent | b6f3649bba9832cf4958dbb184dabef93dcea29c (diff) |
Update copyright for 2019
Backpatch-through: certain files through 9.4
Diffstat (limited to 'src/backend/access/brin/brin_revmap.c')
-rw-r--r-- | src/backend/access/brin/brin_revmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/brin/brin_revmap.c b/src/backend/access/brin/brin_revmap.c index f0dd72ac67f..1bf36d6f5cd 100644 --- a/src/backend/access/brin/brin_revmap.c +++ b/src/backend/access/brin/brin_revmap.c @@ -12,7 +12,7 @@ * the metapage. When the revmap needs to be expanded, all tuples on the * regular BRIN page at that block (if any) are moved out of the way. * - * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION |