1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update copyright for 2024

Reported-by: Michael Paquier

Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz

Backpatch-through: 12
This commit is contained in:
Bruce Momjian
2024-01-03 20:49:05 -05:00
parent 793ecff7df
commit 29275b1d17
2500 changed files with 2517 additions and 2517 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
amcheck_sources = files(
'verify_heapam.c',

View File

@ -1,5 +1,5 @@
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';

View File

@ -1,5 +1,5 @@
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Test CREATE INDEX CONCURRENTLY with concurrent modifications
use strict;

View File

@ -1,5 +1,5 @@
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Test CREATE INDEX CONCURRENTLY with concurrent prepared-xact modifications
use strict;

View File

@ -1,5 +1,5 @@
# Copyright (c) 2023, PostgreSQL Global Development Group
# Copyright (c) 2023-2024, PostgreSQL Global Development Group
# This regression test checks the behavior of the btree validation in the
# presence of breaking sort order changes.

View File

@ -1,4 +1,4 @@
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Test integrity of intermediate states by PITR to those states
use strict;

View File

@ -3,7 +3,7 @@
* verify_heapam.c
* Functions to check postgresql heap relations for corruption
*
* Copyright (c) 2016-2023, PostgreSQL Global Development Group
* Copyright (c) 2016-2024, PostgreSQL Global Development Group
*
* contrib/amcheck/verify_heapam.c
*-------------------------------------------------------------------------

View File

@ -14,7 +14,7 @@
* that every visible heap tuple has a matching index tuple.
*
*
* Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/amcheck/verify_nbtree.c