[pgsql-jp: 30031] Re: コネクションプールが最大数を越えます

sugita @ sra.co.jp sugita @ sra.co.jp
2003年 5月 23日 (金) 03:55:53 JST


  杉田です。

From: zensyo @ ann.tama.kawasaki.jp
Subject: [pgsql-jp: 30030] Re: コネクションプールが最大数を越えます
Date: Fri, 23 May 2003 00:23:15 +0900 (JST)

;;; postmasterのポートをデフォルトから変更するとpg_ctlが結構あやしい動きに
;;; なってしまうようです。pg_ctl start を実行するときに-Wオプションが必要
;;; でした。

  以下の => です。postgresql.conf で変更している場合には、このファイルを見て、
そのポートを使うように pg_ctl を変更することで回避できます。

    ====  pg_ctl より  ====
    # FIXME:  This is horribly misconceived.
    # 1) If password authentication is set up, the connection will fail.
    # 2) If a virtual host is set up, the connection may fail.
    # 3) If network traffic filters are set up tight enough, the connection
    #    may fail.
    # 4) When no Unix domain sockets are available, the connection will
    #    fail.  (Using TCP/IP by default ain't better.)
=>  # 5) When a different port is configured, the connection will fail
=>  #    or go to the wrong server.
    # 6) If the dynamic loader is not set up correctly (for this user/at
    #    this time), psql will fail (to find libpq).
    # 7) If psql is misconfigured, this may fail.


Kenji Sugita                                      



pgsql-jp メーリングリストの案内