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
.gitignore vendored
View File

@@ -37,6 +37,9 @@ lib*.pc
/config.h
/repmgr_version.h
# test output
/results/
# other
/.lineno
*.dSYM

View File

@@ -13,6 +13,8 @@ DATA = \
repmgr--unpackaged--4.0.sql \
repmgr--4.0.sql
REGRESS = repmgr_extension
DOCS = README.md repmgr.conf.sample
# Hacky workaround to install the binaries

View File

@@ -0,0 +1 @@
CREATE EXTENSION repmgr;

1
sql/repmgr_extension.sql Normal file
View File

@@ -0,0 +1 @@
CREATE EXTENSION repmgr;