You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-16 07:14:15 +02:00
Version 2.4.7
This commit is contained in:
@ -572,7 +572,6 @@ do_backup_instance(PGconn *backup_conn, PGNodeInfo *nodeInfo, bool no_sync, bool
|
||||
* NOTHING TO DO HERE
|
||||
*/
|
||||
|
||||
|
||||
/* write database map to file and add it to control file */
|
||||
if (database_map)
|
||||
{
|
||||
|
@ -288,8 +288,8 @@ typedef enum ShowFormat
|
||||
#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 BLOCKNUM_INVALID (-1)
|
||||
#define PROGRAM_VERSION "2.4.6"
|
||||
#define AGENT_PROTOCOL_VERSION 20406
|
||||
#define PROGRAM_VERSION "2.4.7"
|
||||
#define AGENT_PROTOCOL_VERSION 20407
|
||||
|
||||
/* update only when changing storage format */
|
||||
#define STORAGE_FORMAT_VERSION "2.4.4"
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 2.4.6
|
||||
pg_probackup 2.4.7
|
Reference in New Issue
Block a user