mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Fix typo
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -2170,7 +2170,7 @@ create_schema(PGconn *conn)
|
|||||||
* here
|
* here
|
||||||
*/
|
*/
|
||||||
sqlquery_snprintf(sqlquery,
|
sqlquery_snprintf(sqlquery,
|
||||||
"CREATE OR REPLACE FUNCTION %s.re_pmgr_update_standby_location(text) "
|
"CREATE OR REPLACE FUNCTION %s.repmgr_update_standby_location(text) "
|
||||||
" RETURNS boolean "
|
" RETURNS boolean "
|
||||||
" AS '$libdir/repmgr_funcs', 'repmgr_update_standby_location' "
|
" AS '$libdir/repmgr_funcs', 'repmgr_update_standby_location' "
|
||||||
" LANGUAGE C STRICT ",
|
" LANGUAGE C STRICT ",
|
||||||
|
|||||||
Reference in New Issue
Block a user