diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-01-01 13:18:15 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-01-01 13:18:15 -0500 |
commit | 5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc (patch) | |
tree | 482c4da1affa45abf4723854e7f20752ae1e8e63 /src/port/thread.c | |
parent | 67c9e4442f2521ff2ad62aa4d409269ea684ac0a (diff) | |
download | postgresql-5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc.tar.gz postgresql-5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc.zip |
Stamp copyrights for year 2011.
Diffstat (limited to 'src/port/thread.c')
-rw-r--r-- | src/port/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/thread.c b/src/port/thread.c index 2d54d228ba4..bca5815a09c 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-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * * src/port/thread.c * |