diff options
Diffstat (limited to 'src/port/fls.c')
-rw-r--r-- | src/port/fls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/fls.c b/src/port/fls.c index 231fbba0c11..2c622c51ebc 100644 --- a/src/port/fls.c +++ b/src/port/fls.c @@ -3,7 +3,7 @@ * fls.c * finds the last (most significant) bit that is set * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * * * IDENTIFICATION |