From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Hash index creation warning |
Date: | 2014-10-17 16:22:19 |
Message-ID: | 20141017162219.GA32673@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
Attachment | Content-Type | Size |
---|---|---|
hash.diff | text/x-diff | 8.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2014-10-17 16:40:21 | Re: [PATCH] add ssl_protocols configuration option |
Previous Message | Feng Tian | 2014-10-17 16:10:13 | Optimizer on sort aggregate |