mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-03 09:59:53 +02:00
Version 2.0.13
- Do not include not changed relations into the PAGE backup - Correct procedure of obtaining backup_label and tablespace_map via SQL for exclusive backups - Do PTRACK backups only for ptrack_version >= 1.4
This commit is contained in:
parent
b269c84238
commit
b4c56bf21c
@ -17,7 +17,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
const char *PROGRAM_VERSION = "2.0.12";
|
||||
const char *PROGRAM_VERSION = "2.0.13";
|
||||
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
|
||||
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
|
||||
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 2.0.12
|
||||
pg_probackup 2.0.13
|
||||
|
Loading…
Reference in New Issue
Block a user