Clarify purpose of get_repmgr_schema()

This commit is contained in:
Ian Barwick
2015-10-07 10:13:11 +09:00
parent d512bac31d
commit 00a28fbb1e

View File

@@ -765,6 +765,12 @@ cancel_query(PGconn *conn, int timeout)
return true;
}
/* Return the repmgr schema as an unmodified string
* This is useful for displaying the schema name in log messages,
* however inclusion in SQL statements, get_repmgr_schema_quoted() should
* always be used.
*/
char *
get_repmgr_schema(void)
{