]> granicus.if.org Git - postgresql-autodoc/commit
Do not prepare() the statistics query if it is not going to be used.
authorrbt <rbt>
Fri, 17 Mar 2006 22:32:30 +0000 (22:32 +0000)
committerrbt <rbt>
Fri, 17 Mar 2006 22:32:30 +0000 (22:32 +0000)
commitafc926b674e85c3b8339f1aad8271de559abdc9b
tree160100cbab818d1aa6b0f9b9e38c023664701177
parent982da15c25a392ab2f9a2671f72d6fb1464a76cf
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().
postgresql_autodoc.pl