diff options
Diffstat (limited to 'src/port/pgstrcasecmp.c')
-rw-r--r-- | src/port/pgstrcasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pgstrcasecmp.c b/src/port/pgstrcasecmp.c index f6359f25b3b..1680124df0d 100644 --- a/src/port/pgstrcasecmp.c +++ b/src/port/pgstrcasecmp.c @@ -14,7 +14,7 @@ * NB: this code should match downcase_truncate_identifier() in scansup.c. * * - * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * * src/port/pgstrcasecmp.c * |