File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Makefile for src/bin/pg_walsummary
4
4
#
5
- # Portions Copyright (c) 1996-2023 , PostgreSQL Global Development Group
5
+ # Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
# src/bin/pg_walsummary/Makefile
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2022-2023 , PostgreSQL Global Development Group
1
+ # Copyright (c) 2022-2024 , PostgreSQL Global Development Group
2
2
3
3
pg_walsummary_sources = files (
4
4
' pg_walsummary.c' ,
Original file line number Diff line number Diff line change 3
3
* pg_walsummary.c
4
4
* Prints the contents of WAL summary files.
5
5
*
6
- * Copyright (c) 2017-2023 , PostgreSQL Global Development Group
6
+ * Copyright (c) 2017-2024 , PostgreSQL Global Development Group
7
7
*
8
8
* IDENTIFICATION
9
9
* src/bin/pg_walsummary/pg_walsummary.c
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2021-2023 , PostgreSQL Global Development Group
1
+ # Copyright (c) 2021-2024 , PostgreSQL Global Development Group
2
2
3
3
use strict;
4
4
use warnings;
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2021-2023 , PostgreSQL Global Development Group
1
+ # Copyright (c) 2021-2024 , PostgreSQL Global Development Group
2
2
3
3
use strict;
4
4
use warnings;
You can’t perform that action at this time.
0 commit comments