Hash index creation warning - Mailing list pgsql-hackers

From Bruce Momjian
Subject Hash index creation warning
Date
Msg-id 20141017162219.GA32673@momjian.us
Whole thread Raw
Responses Re: Hash index creation warning
List 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. +

Attachment

pgsql-hackers by date:

Previous
From: Marti Raudsepp
Date:
Subject: Re: Support UPDATE table SET(*)=...
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] add ssl_protocols configuration option