Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb6d32f

Browse files
committed
Release 2.1.4
1 parent 2a87440 commit bb6d32f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation.md

+1-1
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

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ typedef enum ShowFormat
188188
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
189189
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
190190
#define BLOCKNUM_INVALID (-1)
191-
#define PROGRAM_VERSION "2.1.3"
192-
#define AGENT_PROTOCOL_VERSION 20103
191+
#define PROGRAM_VERSION "2.1.4"
192+
#define AGENT_PROTOCOL_VERSION 20104
193193

194194

195195
typedef struct ConnectionOptions

tests/expected/option_version.out

+1-1
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)