diff options
Diffstat (limited to 'src/port/pg_crc32c_choose.c')
-rw-r--r-- | src/port/pg_crc32c_choose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pg_crc32c_choose.c b/src/port/pg_crc32c_choose.c index 5a297ae30c3..ab9f8f9e358 100644 --- a/src/port/pg_crc32c_choose.c +++ b/src/port/pg_crc32c_choose.c @@ -7,7 +7,7 @@ * if available on the platform we're running on, but fall back to the * slicing-by-8 implementation otherwise. * - * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * |