pgsql: Fix DROP OPERATOR FAMILY IF EXISTS.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix DROP OPERATOR FAMILY IF EXISTS.
Дата
Msg-id E1RHEv7-0001D3-Po@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix DROP OPERATOR FAMILY IF EXISTS.

Essentially, the "IF EXISTS" portion was being ignored, and an error
thrown anyway if the opfamily did not exist.

I broke this in commit fd1843ff8979c0461fb3f1a9eab61140c977e32d; so
backpatch to 9.1.X.

Report and diagnosis by KaiGai Kohei.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c5138f2f8c7770e05036f991e7d29b8060d5218

Modified Files
--------------
src/backend/commands/opclasscmds.c |    7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Try to log current the query string when a backend crashes.