Re: Hash index creation warning

Поиск
Список
Период
Сортировка
От David G Johnston
Тема Re: Hash index creation warning
Дата
Msg-id 1413564218693-5823445.post@n5.nabble.com
обсуждение исходный текст
Ответ на Hash index creation warning  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Hash index creation warning
Список pgsql-hackers
Bruce Momjian wrote
> 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?

Something like the following is more specific without being more wordy:

"hash indexes are not WAL-logged: they are corrupted during recovery and
changes do not replicate to standby servers."

The question is whether we explain the implications of not being WAL-logged
in an error message or simply state the fact and let the documentation
explain the hazards - basically just output:

"hash indexes are not WAL-logged and their use is discouraged"

David J.




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Hash-index-creation-warning-tp5823443p5823445.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] add ssl_protocols configuration option
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Segmentation fault] pg_dump binary-upgrade fail for type without element