diff options
Diffstat (limited to 'src/common/pg_prng.c')
-rw-r--r-- | src/common/pg_prng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/pg_prng.c b/src/common/pg_prng.c index a0b6bcb3b56..3d2f42724e7 100644 --- a/src/common/pg_prng.c +++ b/src/common/pg_prng.c @@ -10,7 +10,7 @@ * About these generators: https://prng.di.unimi.it/ * See also https://en.wikipedia.org/wiki/List_of_random_number_generators * - * Copyright (c) 2021, PostgreSQL Global Development Group + * Copyright (c) 2021-2022, PostgreSQL Global Development Group * * src/common/pg_prng.c * |