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:
parent
2d7e60f9b1
commit
2ac21b541d
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
pg_probackup 2.1.2
|
pg_probackup 2.1.3
|
Loading…
x
Reference in New Issue
Block a user