1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +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

@@ -2,7 +2,7 @@
* decode.h
* PostgreSQL WAL to logical transformation
*
* Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
* logical.h
* PostgreSQL logical decoding coordination
*
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* logicallauncher.h
* Exports for logical replication launcher.
*
* Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
*
* src/include/replication/logicallauncher.h
*

View File

@@ -3,7 +3,7 @@
* logicalproto.h
* logical replication protocol
*
* Copyright (c) 2015-2023, PostgreSQL Global Development Group
* Copyright (c) 2015-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/replication/logicalproto.h

View File

@@ -3,7 +3,7 @@
* logicalrelation.h
* Relation definitions for logical replication relation mapping.
*
* Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
*
* src/include/replication/logicalrelation.h
*

View File

@@ -3,7 +3,7 @@
* logicalworker.h
* Exports for logical replication workers.
*
* Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
*
* src/include/replication/logicalworker.h
*

View File

@@ -2,7 +2,7 @@
* message.h
* Exports from replication/logical/message.c
*
* Copyright (c) 2013-2023, PostgreSQL Global Development Group
* Copyright (c) 2013-2024, PostgreSQL Global Development Group
*
* src/include/replication/message.h
*-------------------------------------------------------------------------

View File

@@ -2,7 +2,7 @@
* origin.h
* Exports from replication/logical/origin.c
*
* Copyright (c) 2013-2023, PostgreSQL Global Development Group
* Copyright (c) 2013-2024, PostgreSQL Global Development Group
*
* src/include/replication/origin.h
*-------------------------------------------------------------------------

View File

@@ -2,7 +2,7 @@
* output_plugin.h
* PostgreSQL Logical Decode Plugin Interface
*
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* pgoutput.h
* Logical Replication output plugin
*
* Copyright (c) 2015-2023, PostgreSQL Global Development Group
* Copyright (c) 2015-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/replication/pgoutput.h

View File

@@ -2,7 +2,7 @@
* reorderbuffer.h
* PostgreSQL logical replay/reorder buffer management.
*
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
*
* src/include/replication/reorderbuffer.h
*/

View File

@@ -2,7 +2,7 @@
* slot.h
* Replication slot management.
*
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* snapbuild.h
* Exports from replication/logical/snapbuild.c.
*
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
*
* src/include/replication/snapbuild.h
*

View File

@@ -3,7 +3,7 @@
* syncrep.h
* Exports from replication/syncrep.c.
*
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/replication/syncrep.h

View File

@@ -3,7 +3,7 @@
* walreceiver.h
* Exports from replication/walreceiverfuncs.c.
*
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
*
* src/include/replication/walreceiver.h
*

View File

@@ -3,7 +3,7 @@
* walsender.h
* Exports from replication/walsender.c.
*
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
*
* src/include/replication/walsender.h
*

View File

@@ -3,7 +3,7 @@
* walsender_private.h
* Private definitions from replication/walsender.c.
*
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
*
* src/include/replication/walsender_private.h
*

View File

@@ -3,7 +3,7 @@
* worker_internal.h
* Internal headers shared by logical replication workers.
*
* Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
*
* src/include/replication/worker_internal.h
*