diff options
Diffstat (limited to 'src/include/port/atomics/fallback.h')
-rw-r--r-- | src/include/port/atomics/fallback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/atomics/fallback.h b/src/include/port/atomics/fallback.h index e3849c80e16..b344aae955e 100644 --- a/src/include/port/atomics/fallback.h +++ b/src/include/port/atomics/fallback.h @@ -4,7 +4,7 @@ * Fallback for platforms without spinlock and/or atomics support. Slower * than native atomics support, but not unusably slow. * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/port/atomics/fallback.h |