diff options
Diffstat (limited to 'src/port/erand48.c')
-rw-r--r-- | src/port/erand48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/erand48.c b/src/port/erand48.c index d67c8980f74..a82ea94220b 100644 --- a/src/port/erand48.c +++ b/src/port/erand48.c @@ -14,7 +14,7 @@ * erand48() is strangely coded to be almost-but-not-quite thread-safe, * which doesn't matter for the backend but is important for pgbench. * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * * Portions Copyright (c) 1993 Martin Birgmeier * All rights reserved. |