mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 09:26:29 +00:00
9 lines
172 B
C
9 lines
172 B
C
/*
|
|
* dbutils.h
|
|
* Copyright (c) 2ndQuadrant, 2010
|
|
*
|
|
*/
|
|
|
|
PGconn *establishDBConnection(const char *conninfo, const bool exit_on_error);
|
|
bool is_standby(PGconn *conn);
|