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

3.3.6 PQcmSocket()

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

int PQcmSocket(const PGconn *conn);