Add placeholder test

This commit is contained in:
Ian Barwick
2017-09-18 21:55:23 +09:00
parent 28675af630
commit 34fb09cae4
4 changed files with 7 additions and 0 deletions
+3
View File
@@ -37,6 +37,9 @@ lib*.pc
/config.h /config.h
/repmgr_version.h /repmgr_version.h
# test output
/results/
# other # other
/.lineno /.lineno
*.dSYM *.dSYM
+2
View File
@@ -13,6 +13,8 @@ DATA = \
repmgr--unpackaged--4.0.sql \ repmgr--unpackaged--4.0.sql \
repmgr--4.0.sql repmgr--4.0.sql
REGRESS = repmgr_extension
DOCS = README.md repmgr.conf.sample DOCS = README.md repmgr.conf.sample
# Hacky workaround to install the binaries # Hacky workaround to install the binaries
+1
View File
@@ -0,0 +1 @@
CREATE EXTENSION repmgr;
+1
View File
@@ -0,0 +1 @@
CREATE EXTENSION repmgr;