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

Appearance settings

Commit f0106b6

Browse filesBrowse files
committed
Update pg_walsummary copyright notices to 2024
1 parent ea18eb7 commit f0106b6
Copy full SHA for f0106b6

File tree

Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed

‎src/bin/pg_walsummary/Makefile

Copy file name to clipboardExpand all lines: src/bin/pg_walsummary/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for src/bin/pg_walsummary
44
#
5-
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
5+
# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
88
# src/bin/pg_walsummary/Makefile

‎src/bin/pg_walsummary/meson.build

Copy file name to clipboardExpand all lines: src/bin/pg_walsummary/meson.build
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
1+
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
22

33
pg_walsummary_sources = files(
44
'pg_walsummary.c',

‎src/bin/pg_walsummary/pg_walsummary.c

Copy file name to clipboardExpand all lines: src/bin/pg_walsummary/pg_walsummary.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_walsummary.c
44
* Prints the contents of WAL summary files.
55
*
6-
* Copyright (c) 2017-2023, PostgreSQL Global Development Group
6+
* Copyright (c) 2017-2024, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* src/bin/pg_walsummary/pg_walsummary.c

‎src/bin/pg_walsummary/t/001_basic.pl

Copy file name to clipboardExpand all lines: src/bin/pg_walsummary/t/001_basic.pl
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
1+
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
22

33
use strict;
44
use warnings;

‎src/bin/pg_walsummary/t/002_blocks.pl

Copy file name to clipboardExpand all lines: src/bin/pg_walsummary/t/002_blocks.pl
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
1+
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
22

33
use strict;
44
use warnings;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.