The next major release will be 5.0.

4.5 was a placeholder release number in case a major release was required
prior to the release of Pg12.
This commit is contained in:
Ian Barwick
2019-08-22 14:33:53 +09:00
parent f122c44a77
commit fb6352735a
9 changed files with 18 additions and 18 deletions

5
repmgr--4.4--5.0.sql Normal file
View File

@@ -0,0 +1,5 @@
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION repmgr" to load this file. \quit
ALTER FUNCTION set_repmgrd_pid(INT, TEXT) RETURNS NULL ON NULL INPUT;