summaryrefslogtreecommitdiff
path: root/src/port/thread.c
diff options
context:
space:
mode:
authorBruce Momjian2019-01-02 17:44:25 +0000
committerBruce Momjian2019-01-02 17:44:25 +0000
commit97c39498e5ca9208d3de5a443a2282923619bf91 (patch)
treed8074ce5b172fc2a52007bce178dcc9b2fa66fa5 /src/port/thread.c
parentb6f3649bba9832cf4958dbb184dabef93dcea29c (diff)
Update copyright for 2019
Backpatch-through: certain files through 9.4
Diffstat (limited to 'src/port/thread.c')
-rw-r--r--src/port/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/thread.c b/src/port/thread.c
index 8e0c7df73a8..47995ad060d 100644
--- a/src/port/thread.c
+++ b/src/port/thread.c
@@ -5,7 +5,7 @@
* Prototypes and macros around system calls, used to help make
* threaded libraries reentrant and safe to use from threaded applications.
*
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
* src/port/thread.c
*