ページの先頭行へ戻る
Enterprise Postgres 17 Connection Manager 利用ガイド

3.3.6 PQcmSocket()

PQcmSocket()は、conmgrプロセスに繋がるソケットを得ることができます。有効なソケットならば0以上の値、conmgrプロセスに接続していなければ-1を返却します。

int PQcmSocket(const PGconn *conn);