autodoc - autodoc: Do not prepare() the statistics query if it is not

From: rbt(at)pgfoundry(dot)org (User Rbt)
To: pgsql-committers(at)postgresql(dot)org
Subject: autodoc - autodoc: Do not prepare() the statistics query if it is not
Date: 2006-03-17 22:32:31
Message-ID: 20060317223231.253CC1033874@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-03-18 16:20:08 python - ip: Add Transaction descriptor.
Previous Message Tom Lane 2006-03-17 19:38:21 pgsql: Fix bug introduced into mergejoin logic by performance