Compare commits

..

2 Commits

Author SHA1 Message Date
Ian Barwick
0fb3432398 Finalize release date 2020-10-22 17:15:37 +09:00
Ian Barwick
5e59e543d6 Additional fix to upgrade script
Drop old "repl_events" table.
2020-10-22 12:36:31 +09:00
4 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
5.2.0 2020-??-??
5.2.0 2020-10-22
general: add support for PostgreSQL 13 (Ian)
general: remove support for PostgreSQL 9.3 (Ian)
config: add support for file inclusion directives (Ian)

View File

@@ -19,7 +19,7 @@
<sect1 id="release-5.2.0">
<title id="release-current">Release 5.2.0</title>
<para><emphasis>??? ?? October, 2020</emphasis></para>
<para><emphasis>Thu 22 October, 2020</emphasis></para>
<para>
&repmgr; 5.2.0 is a major release.

View File

@@ -239,6 +239,7 @@ CREATE VIEW repmgr.replication_status AS
/* drop old tables */
DROP TABLE repmgr.repl_nodes;
DROP TABLE repmgr.repl_monitor;
DROP TABLE repmgr.repl_events;
-- remove temporary table
DROP TABLE repmgr_old_schema;

View File

@@ -1,5 +1,5 @@
#define REPMGR_VERSION_DATE ""
#define REPMGR_VERSION "5.2.0"
#define REPMGR_VERSION_NUM 50200
#define REPMGR_RELEASE_DATE "2020-XX-XX"
#define REPMGR_RELEASE_DATE "2020-10-22"
#define PG_ACTUAL_VERSION_NUM