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/interfaces/libpq/pthread-win32.c | |
parent | b6f3649bba9832cf4958dbb184dabef93dcea29c (diff) |
Update copyright for 2019
Backpatch-through: certain files through 9.4
Diffstat (limited to 'src/interfaces/libpq/pthread-win32.c')
-rw-r--r-- | src/interfaces/libpq/pthread-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/pthread-win32.c b/src/interfaces/libpq/pthread-win32.c index f6d675d5c4f..21e4142398e 100644 --- a/src/interfaces/libpq/pthread-win32.c +++ b/src/interfaces/libpq/pthread-win32.c @@ -3,7 +3,7 @@ * pthread-win32.c * partial pthread implementation for win32 * -* Copyright (c) 2004-2018, PostgreSQL Global Development Group +* Copyright (c) 2004-2019, PostgreSQL Global Development Group * IDENTIFICATION * src/interfaces/libpq/pthread-win32.c * |