1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-13 14:58:35 +02:00

Release 2.1.3

This commit is contained in:
Grigory Smolkin 2019-05-29 19:06:21 +03:00
parent 2d7e60f9b1
commit 2ac21b541d
3 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@ gen_probackup_project.pl C:\path_to_postgresql_source_tree
## Current release ## Current release
[2.1.2](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.2) [2.1.3](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.3)
## Documentation ## Documentation

View File

@ -196,8 +196,8 @@ typedef enum ShowFormat
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */ #define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */ #define FILE_NOT_FOUND (-2) /* file disappeared during backup */
#define BLOCKNUM_INVALID (-1) #define BLOCKNUM_INVALID (-1)
#define PROGRAM_VERSION "2.1.2" #define PROGRAM_VERSION "2.1.3"
#define AGENT_PROTOCOL_VERSION 20102 #define AGENT_PROTOCOL_VERSION 20103
/* /*
* An instance configuration. It can be stored in a configuration file or passed * An instance configuration. It can be stored in a configuration file or passed

View File

@ -1 +1 @@
pg_probackup 2.1.2 pg_probackup 2.1.3