Skip to content

Commit add66f0

Browse files
author
Antonin Houska
committed
Update copyright for 2024.
1 parent 51a9397 commit add66f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

concurrent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Module to handle changes that took place while new table was being
55
* created
66
*
7-
* Copyright (c) 2016-2023, CYBERTEC PostgreSQL International GmbH
7+
* Copyright (c) 2016-2024, CYBERTEC PostgreSQL International GmbH
88
*
99
*-----------------------------------------------------------------------------------
1010
*/

pg_squeeze.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_squeeze.c
44
* A tool to eliminate table bloat.
55
*
6-
* Copyright (c) 2016-2023, CYBERTEC PostgreSQL International GmbH
6+
* Copyright (c) 2016-2024, CYBERTEC PostgreSQL International GmbH
77
*
88
*-----------------------------------------------------
99
*/

pg_squeeze.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_squeeze.h
44
* A tool to eliminate table bloat.
55
*
6-
* Copyright (c) 2016-2023, CYBERTEC PostgreSQL International GmbH
6+
* Copyright (c) 2016-2024, CYBERTEC PostgreSQL International GmbH
77
*
88
*-----------------------------------------------------
99
*/

pgstatapprox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 2014-2023, PostgreSQL Global Development Group
77
*
8-
* Copyright (c) 2016-2023, CYBERTEC PostgreSQL International GmbH
8+
* Copyright (c) 2016-2024, CYBERTEC PostgreSQL International GmbH
99
*
1010
* IDENTIFICATION
1111
* contrib/pgstattuple/pgstatapprox.c

worker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* worker.c
44
* Background worker to call functions of pg_squeeze.c
55
*
6-
* Copyright (c) 2016-2023, CYBERTEC PostgreSQL International GmbH
6+
* Copyright (c) 2016-2024, CYBERTEC PostgreSQL International GmbH
77
*
88
*---------------------------------------------------------
99
*/

0 commit comments

Comments
 (0)