Don't warn about creating temporary or unlogged hash indexes.

Robert Haas <rhaas@postgresql.org>

Commit: 9043ef390f4f0b4586cfe59cbd22314b9c3e2957
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-06-26T15:37:32Z
Releases: 9.5.0
Don't warn about creating temporary or unlogged hash indexes.

Warning people that no WAL-logging will be done doesn't make sense
in this case.

Michael Paquier

Files