Package: repmgr / 3.3.1-1

Metadata

Package Version Patches format
repmgr 3.3.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
regress.patch | (download)

Makefile | 1 1 + 0 - 0 !
expected/repmgr_funcs.out | 18 18 + 0 - 0 !
expected/repmgr_test.out | 24 24 + 0 - 0 !
sql/repmgr_test.sql | 4 4 + 0 - 0 !
4 files changed, 47 insertions(+)

 regress


makefile no libs.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 makefile-no-libs


makefile libpq internal.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build on postgresql older than the current libpq

 Make sure that the includedir_internal directory is used before the
 includedir_server, otherwise the build may fail for PostgreSQL
 version lower than the libpq version.