mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
Clarify purpose of get_repmgr_schema()
This commit is contained in:
@@ -765,6 +765,12 @@ cancel_query(PGconn *conn, int timeout)
|
|||||||
return true;
|
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 *
|
char *
|
||||||
get_repmgr_schema(void)
|
get_repmgr_schema(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user