Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ad0c98

Browse files
committed
copyright update
1 parent0e27376 commit3ad0c98

29 files changed

+29
-22
lines changed

‎src/bgwpool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* bgwpool.c
33
*
4-
* Copyright (c) 2016-2020, Postgres Professional
4+
* Copyright (c) 2016-2021, Postgres Professional
55
*
66
*/
77
#include"postgres.h"

‎src/bkb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Bron–Kerbosch algorithm to find maximum clique in a graph.
55
*
6-
* Copyright (c) 2017-2020, Postgres Professional
6+
* Copyright (c) 2017-2021, Postgres Professional
77
*
88
*/
99
#ifndefTEST

‎src/bytebuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* bytebuf.c
33
*
4-
* Copyright (c) 2016-2020, Postgres Professional
4+
* Copyright (c) 2016-2021, Postgres Professional
55
*
66
*/
77
#include"postgres.h"

‎src/commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* commit.c
44
*Replace ordinary commit with 3PC.
55
*
6-
* Copyright (c) 2019-2020, Postgres Professional
6+
* Copyright (c) 2019-2021, Postgres Professional
77
*
88
*----------------------------------------------------------------------------
99
*/

‎src/ddd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Distributed deadlock detector.
66
*
7-
* Copyright (c) 2017-2020, Postgres Professional
7+
* Copyright (c) 2017-2021, Postgres Professional
88
*
99
*----------------------------------------------------------------------------
1010
*/

‎src/ddl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* ddl.c
44
* Statement based replication of DDL commands.
55
*
6-
* Copyright (c) 2019-2020, Postgres Professional
6+
* Copyright (c) 2019-2021, Postgres Professional
77
*
88
*----------------------------------------------------------------------------
99
*/

‎src/dmq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* XXX: is there max size for a connstr?
2424
*
25-
* Copyright (c) 2019-2020, Postgres Professional
25+
* Copyright (c) 2019-2021, Postgres Professional
2626
*
2727
*----------------------------------------------------------------------------
2828
*/

‎src/global_tx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* which made possible to participate in normal voting before getting P,
1313
* but there is no need for that anymore.
1414
*
15-
* Copyright (c) 2019-2020, Postgres Professional
15+
* Copyright (c) 2019-2021, Postgres Professional
1616
*
1717
*-----------------------------------------------------------------------------
1818
*/

‎src/include/commit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
8+
* Portions Copyright (c) 2021, Postgres Professional
89
*
910
*----------------------------------------------------------------------------
1011
*/

‎src/include/ddl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
8+
* Portions Copyright (c) 2021, Postgres Professional
89
*
910
*----------------------------------------------------------------------------
1011
*/

‎src/include/global_tx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Persistent and in-memory state necessary for our E3PC-like atomic commit
55
# protocol.
66
*
7-
* Copyright (c) 2016-2019, Postgres Professional
7+
* Copyright (c) 2016-2021, Postgres Professional
88
*
99
*----------------------------------------------------------------------------
1010
*/

‎src/include/logger.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
9+
* Portions Copyright (c) 2021, Postgres Professional
910
*
1011
*----------------------------------------------------------------------------
1112
*/

‎src/include/multimaster.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
9+
* Portions Copyright (c) 2021, Postgres Professional
910
*
1011
*-------------------------------------------------------------------------
1112
*/

‎src/include/pglogical_output.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*pglogical output plugin
55
*
66
* Copyright (c) 2015, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 2021, Postgres Professional
78
*
89
* IDENTIFICATION
910
*pglogical_output.h

‎src/include/pglogical_proto.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*pglogical protocol
55
*
66
* Copyright (c) 2015, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 2021, Postgres Professional
78
*
89
* IDENTIFICATION
910
* pglogical_proto.h

‎src/include/syncpoint.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
7+
* Portions Copyright (c) 2021, Postgres Professional
78
*
89
*-------------------------------------------------------------------------
910
*/

‎src/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Multimaster based on logical replication
55
*
6-
* Copyright (c) 2016-2020, Postgres Professional
6+
* Copyright (c) 2016-2021, Postgres Professional
77
*
88
*-----------------------------------------------------------------------------
99
*/

‎src/pglogical_apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-----------------------------------------------------------------------------
22
* pglogical_apply.c
33
*
4-
* Portions Copyright (c) 2015-2020, Postgres Professional
4+
* Portions Copyright (c) 2015-2021, Postgres Professional
55
* Portions Copyright (c) 2015-2020, PostgreSQL Global Development Group
66
*
77
*-----------------------------------------------------------------------------

‎src/pglogical_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pglogical_config.c
44
* Logical Replication output plugin
55
*
6-
* Portions Copyright (c) 2015-2020, Postgres Professional
6+
* Portions Copyright (c) 2015-2021, Postgres Professional
77
* Portions Copyright (c) 2015-2020, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION

‎src/pglogical_hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pglogical_hooks.c
44
*
5-
* Portions Copyright (c) 2015-2020, Postgres Professional
5+
* Portions Copyright (c) 2015-2021, Postgres Professional
66
* Portions Copyright (c) 2015-2020, PostgreSQL Global Development Group
77
*
88
*-------------------------------------------------------------------------

‎src/pglogical_output.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pglogical_output.c
44
* Logical Replication output plugin
55
*
6-
* Portions Copyright (c) 2015-2020, Postgres Professional
6+
* Portions Copyright (c) 2015-2021, Postgres Professional
77
* Portions Copyright (c) 2015-2020, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION

‎src/pglogical_proto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pglogical_proto.c
44
*
5-
* Portions Copyright (c) 2015-2020, Postgres Professional
5+
* Portions Copyright (c) 2015-2021, Postgres Professional
66
* Portions Copyright (c) 2015-2020, PostgreSQL Global Development Group
77
*
88
*-------------------------------------------------------------------------

‎src/pglogical_receiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pglogical_receiver.c
44
*
5-
* Portions Copyright (c) 2015-2020, Postgres Professional
5+
* Portions Copyright (c) 2015-2021, Postgres Professional
66
* Portions Copyright (c) 2015-2020, PostgreSQL Global Development Group
77
*
88
*-------------------------------------------------------------------------

‎src/pglogical_relid_map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pglogical_relid_map.c
44
* Logical Replication map of local Oids to to remote
55
*
6-
* Portions Copyright (c) 2015-2020, Postgres Professional
6+
* Portions Copyright (c) 2015-2021, Postgres Professional
77
* Portions Copyright (c) 2015-2020, PostgreSQL Global Development Group
88
*
99
*

‎src/resolver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Recovery procedures to resolve transactions that were left uncommited
55
* because of detected failure.
66
*
7-
* Copyright (c) 2015-2020, Postgres Professional
7+
* Copyright (c) 2015-2021, Postgres Professional
88
*
99
*----------------------------------------------------------------------------
1010
*/

‎src/spill.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-----------------------------------------------------------------------------
22
* spill.c
33
*
4-
* Copyright (c) 2017-2020, Postgres Professional
4+
* Copyright (c) 2017-2021, Postgres Professional
55
*
66
*-----------------------------------------------------------------------------
77
*/

‎src/state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-----------------------------------------------------------------------------
22
* state.c
33
*
4-
* Copyright (c) 2017-2020, Postgres Professional
4+
* Copyright (c) 2017-2021, Postgres Professional
55
*
66
*-----------------------------------------------------------------------------
77
*/

‎src/syncpoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* none of next transaction did commit before syncpoint. So it is safe to start
1919
* recovery from this syncpoints.
2020
*
21-
* Copyright (c) 2019-2020, Postgres Professional
21+
* Copyright (c) 2019-2021, Postgres Professional
2222
*
2323
*----------------------------------------------------------------------------
2424
*/

‎tests_testgres/mm_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
#
33
# Multimaster testing framework based on testgres.
4-
# Copyright (c) 2017, Postgres Professional
4+
# Copyright (c) 2017-2021, Postgres Professional
55
#
66
# Execute this file in order to run 3-node mm cluster
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp