mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Add placeholder test
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
expected/repmgr_extension.out
Normal file
1
expected/repmgr_extension.out
Normal file
@@ -0,0 +1 @@
|
|||||||
|
CREATE EXTENSION repmgr;
|
||||||
1
sql/repmgr_extension.sql
Normal file
1
sql/repmgr_extension.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
CREATE EXTENSION repmgr;
|
||||||
Reference in New Issue
Block a user