autodoc - autodoc: Do not prepare() the statistics query if it is not - Mailing list pgsql-committers

From rbt@pgfoundry.org (User Rbt)
Subject autodoc - autodoc: Do not prepare() the statistics query if it is not
Date
Msg-id 20060317223231.253CC1033874@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Do not prepare() the statistics query if it is not going to be used.

Prepare() and finish() on an empty string causes DBD::Pg to complain about the finish().

Modified Files:
--------------
    autodoc:
        postgresql_autodoc.pl (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl.diff?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bug introduced into mergejoin logic by performance
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Add Transaction descriptor.