Skip to content

Commit 743c25d

Browse files
authored
Update support version and copyright for pg17 (#279)
1 parent ce59076 commit 743c25d

26 files changed

+40
-43
lines changed

.github/workflows/build.yml

+9-12
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,26 @@ on:
44
push:
55
branches:
66
- master
7+
- REL_17_STABLE
78
- REL_16_STABLE
89
- REL_15_STABLE
910
- REL_14_STABLE
1011
- REL_13_STABLE
11-
- REL_12_STABLE
12-
- REL_11_STABLE
1312
pull_request:
1413
branches:
1514
- master
15+
- REL_17_STABLE
1616
- REL_16_STABLE
1717
- REL_15_STABLE
1818
- REL_14_STABLE
1919
- REL_13_STABLE
20-
- REL_12_STABLE
21-
- REL_11_STABLE
2220

2321
jobs:
2422
build:
2523
runs-on: ubuntu-latest
2624
timeout-minutes: 30
2725
env:
28-
CACHE_VERSION: 20250124 # to identify cache version
26+
CACHE_VERSION: 20250128 # to identify cache version
2927

3028
steps:
3129
- name: get current branch name
@@ -41,13 +39,12 @@ jobs:
4139
shell: bash -xe {0}
4240
run: |
4341
declare -A versions=(
44-
["master"]="16.1"
45-
["REL_16_STABLE"]="16.1"
46-
["REL_15_STABLE"]="15.5"
47-
["REL_14_STABLE"]="14.10"
48-
["REL_13_STABLE"]="13.13"
49-
["REL_12_STABLE"]="12.17"
50-
["REL_11_STABLE"]="11.18"
42+
["master"]="17.2"
43+
["REL_17_STABLE"]="17.2"
44+
["REL_16_STABLE"]="16.6"
45+
["REL_15_STABLE"]="15.10"
46+
["REL_14_STABLE"]="14.15"
47+
["REL_13_STABLE"]="13.18"
5148
)
5249
[ -z "${versions[${{ env.BRANCH }}]}" ] && exit 1 # check if the key exists
5350
echo "PGVERSION=${versions[${{ env.BRANCH }}]}" >> $GITHUB_ENV

COPYRIGHT

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
1+
Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
22

3-
Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
3+
Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
44
Portions Copyright (c) 1994, The Regents of the University of California
55

66
Redistribution and use in source and binary forms, with or without

backup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* backup.c: backup DB cluster, archived WAL, serverlog.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

catalog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* catalog.c: backup catalog operation
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

data.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* data.c: utilities for backing up and restoring database files along with
44
* the support for compression/decompression of individual data file pages
55
*
6-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
77
*
88
*-------------------------------------------------------------------------
99
*/

delete.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* delete.c: delete backup files.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

dir.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* dir.c: directory operation utility.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

docs/index-ja.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1459,9 +1459,9 @@ <h2>RPMを用いたインストール</h2>
14591459
<h1 id="requirement">動作環境</h2>
14601460
<dl>
14611461
<dt>PostgreSQLバージョン</dt>
1462-
<dd>PostgreSQL 12, 13, 14, 15, 16</dd>
1462+
<dd>PostgreSQL 13, 14, 15, 16, 17</dd>
14631463
<dt>OS</dt>
1464-
<dd>RHEL 7, 8, 9</dd>
1464+
<dd>RHEL 8, 9</dd>
14651465
</dl>
14661466

14671467

@@ -1470,7 +1470,7 @@ <h1 id="seealso">関連項目</h2>
14701470

14711471
<hr />
14721472

1473-
<p class="footer">Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
1473+
<p class="footer">Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
14741474

14751475
</body>
14761476
</html>

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1449,9 +1449,9 @@ <h2 id="Install.from.rpm">Install from rpm package</h2>
14491449
<h1 id="requirement">Requirements</h1>
14501450
<dl>
14511451
<dt>PostgreSQL</dt>
1452-
<dd>PostgreSQL 12, 13, 14, 15, 16</dd>
1452+
<dd>PostgreSQL 13, 14, 15, 16, 17</dd>
14531453
<dt>OS</dt>
1454-
<dd>RHEL 7, 8, 9</dd>
1454+
<dd>RHEL 8, 9</dd>
14551455
</dl>
14561456

14571457

@@ -1460,7 +1460,7 @@ <h1 id="seealso">See Also</h2>
14601460

14611461
<hr />
14621462

1463-
<p class="footer">Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
1463+
<p class="footer">Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
14641464

14651465
</body>
14661466
</html>

expected/option.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.
7575

7676
###### COMMAND OPTION TEST-0002 ######
7777
###### version option ######
78-
pg_rman 1.3.16
78+
pg_rman 1.3.17
7979
1
8080

8181
###### COMMAND OPTION TEST-0003 ######

idxpagehdr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* file!!! Although, incompatible changes to the definitions in this file
1414
* will be rare.
1515
*
16-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
16+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
1717
*
1818
*-------------------------------------------------------------------------
1919
*/

init.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* init.c: manage backup catalog.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

parray.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* parray.c: pointer array collection.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

parray.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* parray.h: pointer array collection.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

pg_rman.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pg_rman.c: Backup/Recovery manager for PostgreSQL.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/
@@ -14,7 +14,7 @@
1414
#include <time.h>
1515
#include <sys/stat.h>
1616

17-
const char *PROGRAM_VERSION = "1.3.16";
17+
const char *PROGRAM_VERSION = "1.3.17";
1818
const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman";
1919
const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";
2020

pg_rman.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pg_rman.h: Backup/Recovery manager for PostgreSQL.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

pgut/pgut-port.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgut-port.c
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

pgut/pgut-port.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgut-port.h
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

pgut/pgut.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgut.c
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

pgut/pgut.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgut.h
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

restore.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* restore.c: restore DB cluster and archived WAL.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

script/snapshot_script_lvm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#############################################################################
3-
# Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
3+
# Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
44
#############################################################################
55

66
CMD_SUDO="/usr/bin/sudo"

show.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* show.c: show backup catalog.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

util.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* util.c: log messages to log file or stderr, and misc code.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

validate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* validate.c: validate backup files.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

xlog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* xlog.c: Parse WAL files.
44
*
5-
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
*-------------------------------------------------------------------------
88
*/

0 commit comments

Comments
 (0)