mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Fix typo
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -2170,7 +2170,7 @@ create_schema(PGconn *conn)
|
||||
* here
|
||||
*/
|
||||
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 "
|
||||
" AS '$libdir/repmgr_funcs', 'repmgr_update_standby_location' "
|
||||
" LANGUAGE C STRICT ",
|
||||
|
||||
Reference in New Issue
Block a user