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 9d5766e33c4..32c0c918919 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-2018, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * * src/port/system.c * |