From e958b8f2d7e371872e2184794a5e5e8c64976df8 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 9 Jan 2015 18:44:31 +0900 Subject: [PATCH] Fix typo --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 1c3e7f4f..a07860ad 100644 --- a/repmgr.c +++ b/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 ",