File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
22
33pg_walsummary_sources = files (
44 ' pg_walsummary.c' ,
Original file line number Diff line number Diff line change 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
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
22
33use strict;
44use 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
22
33use strict;
44use warnings;
You can’t perform that action at this time.
0 commit comments