Skip to content

Commit c90d578

Browse files
committed
Version 2.0.21
- Dynamically resize show table - Port to PostgreSQL 11 - Minor fixes and bug fixes
1 parent d280fef commit c90d578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <unistd.h>
2020
#include "pg_getopt.h"
2121

22-
const char *PROGRAM_VERSION = "2.0.20";
22+
const char *PROGRAM_VERSION = "2.0.21";
2323
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2424
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
2525

tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.20
1+
pg_probackup 2.0.21

0 commit comments

Comments
 (0)