Thread

  1. [PATCH] PQping Docs

    Phil Sorber <phil@omniti.com> — 2013-01-21T18:45:55Z

    Attached is a patch that adds a note about the FATAL messages that
    appear in the logs if you don't pass a valid user or dbname to PQping
    or PQpingParams.
    
    This was requested in the pg_isready thread.
    
  2. Re: [PATCH] PQping Docs

    Robert Haas <robertmhaas@gmail.com> — 2013-01-23T15:37:23Z

    On Mon, Jan 21, 2013 at 1:45 PM, Phil Sorber <phil@omniti.com> wrote:
    > Attached is a patch that adds a note about the FATAL messages that
    > appear in the logs if you don't pass a valid user or dbname to PQping
    > or PQpingParams.
    >
    > This was requested in the pg_isready thread.
    
    Can I counter-propose the attached, which puts the relevant text
    closer to the scene of the crime?
    
    -- 
    Robert Haas
    EnterpriseDB: http://www.enterprisedb.com
    The Enterprise PostgreSQL Company
    
  3. Re: [PATCH] PQping Docs

    Phil Sorber <phil@omniti.com> — 2013-01-23T15:59:14Z

    On Wed, Jan 23, 2013 at 10:37 AM, Robert Haas <robertmhaas@gmail.com> wrote:
    > On Mon, Jan 21, 2013 at 1:45 PM, Phil Sorber <phil@omniti.com> wrote:
    >> Attached is a patch that adds a note about the FATAL messages that
    >> appear in the logs if you don't pass a valid user or dbname to PQping
    >> or PQpingParams.
    >>
    >> This was requested in the pg_isready thread.
    >
    > Can I counter-propose the attached, which puts the relevant text
    > closer to the scene of the crime?
    >
    
    This seems reasonable to me.
    
    > --
    > Robert Haas
    > EnterpriseDB: http://www.enterprisedb.com
    > The Enterprise PostgreSQL Company
    
    
    
  4. Re: [PATCH] PQping Docs

    Robert Haas <robertmhaas@gmail.com> — 2013-01-23T16:06:02Z

    On Wed, Jan 23, 2013 at 10:59 AM, Phil Sorber <phil@omniti.com> wrote:
    > On Wed, Jan 23, 2013 at 10:37 AM, Robert Haas <robertmhaas@gmail.com> wrote:
    >> On Mon, Jan 21, 2013 at 1:45 PM, Phil Sorber <phil@omniti.com> wrote:
    >>> Attached is a patch that adds a note about the FATAL messages that
    >>> appear in the logs if you don't pass a valid user or dbname to PQping
    >>> or PQpingParams.
    >>>
    >>> This was requested in the pg_isready thread.
    >>
    >> Can I counter-propose the attached, which puts the relevant text
    >> closer to the scene of the crime?
    >>
    > This seems reasonable to me.
    
    OK, done.
    
    -- 
    Robert Haas
    EnterpriseDB: http://www.enterprisedb.com
    The Enterprise PostgreSQL Company