mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56: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
|
||||
/repmgr_version.h
|
||||
|
||||
# test output
|
||||
/results/
|
||||
|
||||
# other
|
||||
/.lineno
|
||||
*.dSYM
|
||||
|
||||
@@ -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
|
||||
|
||||
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