diff options
Diffstat (limited to 'src/port/pg_popcount_avx512.c')
-rw-r--r-- | src/port/pg_popcount_avx512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pg_popcount_avx512.c b/src/port/pg_popcount_avx512.c index c8a4f2b19fa..dac895a0fc2 100644 --- a/src/port/pg_popcount_avx512.c +++ b/src/port/pg_popcount_avx512.c @@ -3,7 +3,7 @@ * pg_popcount_avx512.c * Holds the AVX-512 pg_popcount() implementation. * - * Copyright (c) 2024, PostgreSQL Global Development Group + * Copyright (c) 2024-2025, PostgreSQL Global Development Group * * IDENTIFICATION * src/port/pg_popcount_avx512.c |