Hash index creation warning

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Hash index creation warning
Дата
Msg-id 20141017162219.GA32673@momjian.us
обсуждение исходный текст
Ответы Re: Hash index creation warning  (David G Johnston <david.g.johnston@gmail.com>)
Список pgsql-hackers
Now that we have the create hash index warning in 9.5, I realized that
we don't warn about hash indexes with PITR, only crash recovery and
streaming.  This patch fixes that.

Is the wording "cannot be used" too vague.  The CREATE INDEX manual
page has the words "give wrong answers to queries", which might be
better, but is kind of long for an error message.  Suggestions?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

Вложения

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

Предыдущее
От: Marti Raudsepp
Дата:
Сообщение: Re: Support UPDATE table SET(*)=...
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] add ssl_protocols configuration option