diff options
Diffstat (limited to 'src/port/system.c')
-rw-r--r-- | src/port/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/system.c b/src/port/system.c index b0f98efae62..8651187890f 100644 --- a/src/port/system.c +++ b/src/port/system.c @@ -29,7 +29,7 @@ * quote character on the command line, preserving any text after the last * quote character. * - * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * * src/port/system.c * |