mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70c79aeaec | ||
|
|
afd876377c | ||
|
|
277910cb31 | ||
|
|
9554154677 |
7
bdr_api_version.h
Normal file
7
bdr_api_version.h
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* bdr_version_api.h
|
||||||
|
*
|
||||||
|
* This is a dummy file to facilitated building Debian packages against
|
||||||
|
* PostgreSQL Extended. It may be removed in the future. Do not add any
|
||||||
|
* code to this file.
|
||||||
|
*/
|
||||||
@@ -112,10 +112,9 @@
|
|||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>
|
<entry>
|
||||||
&repmgr; 5.2
|
&repmgr; 5.3
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
YES
|
YES
|
||||||
@@ -123,6 +122,21 @@
|
|||||||
<entry>
|
<entry>
|
||||||
<link linkend="release-current">&repmgrversion;</link> (&releasedate;)
|
<link linkend="release-current">&repmgrversion;</link> (&releasedate;)
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry>
|
||||||
|
9.4, 9.5, 9.6, 10, 11, 12, 13, 14
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>
|
||||||
|
&repmgr; 5.2
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
NO
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<link linkend="release-5.2.0">5.2.0</link> (2020-10-22)
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
9.4, 9.5, 9.6, 10, 11, 12, 13
|
9.4, 9.5, 9.6, 10, 11, 12, 13
|
||||||
</entry>
|
</entry>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#define REPMGR_VERSION_DATE ""
|
#define REPMGR_VERSION_DATE ""
|
||||||
#define REPMGR_VERSION "5.3"
|
#define REPMGR_VERSION "5.3.0"
|
||||||
#define REPMGR_VERSION_NUM 50300
|
#define REPMGR_VERSION_NUM 50300
|
||||||
#define REPMGR_EXTENSION_VERSION "5.3"
|
#define REPMGR_EXTENSION_VERSION "5.3"
|
||||||
#define REPMGR_EXTENSION_NUM 50300
|
#define REPMGR_EXTENSION_NUM 50300
|
||||||
|
|||||||
Reference in New Issue
Block a user