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

Поиск
Список
Период
Сортировка
От rbt@pgfoundry.org (User Rbt)
Тема autodoc - autodoc: Do not prepare() the statistics query if it is not
Дата
Msg-id 20060317223231.253CC1033874@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix bug introduced into mergejoin logic by performance
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ip: Add Transaction descriptor.