Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbb6d32f

Browse files
committed
Release 2.1.4
1 parent2a87440 commitbb6d32f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pg_probackup is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure. pg_probackup supports PostgreSQL 9.5 or higher.
44

5-
Current version - 2.1.3
5+
Current version - 2.1.4
66

77
1.[Synopsis](#synopsis)
88
2.[Versioning](#versioning)

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4747

4848
##Current release
4949

50-
[2.1.3](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.3)
50+
[2.1.4](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.4)
5151

5252
##Installation and Setup
5353
###Windows Installation

‎src/pg_probackup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ typedef enum ShowFormat
188188
#defineBYTES_INVALID(-1)/* file didn`t changed since previous backup, DELTA backup do not rely on it */
189189
#defineFILE_NOT_FOUND(-2)/* file disappeared during backup */
190190
#defineBLOCKNUM_INVALID(-1)
191-
#definePROGRAM_VERSION"2.1.3"
192-
#defineAGENT_PROTOCOL_VERSION20103
191+
#definePROGRAM_VERSION"2.1.4"
192+
#defineAGENT_PROTOCOL_VERSION20104
193193

194194

195195
typedefstructConnectionOptions

‎tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.1.3
1+
pg_probackup 2.1.4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp