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

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

From
Robert Haas
Date:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9043ef390f4f0b4586cfe59cbd22314b9c3e2957

Modified Files
--------------
src/backend/commands/indexcmds.c           |    3 ++-
src/test/regress/expected/create_index.out |    3 +++
src/test/regress/sql/create_index.sql      |    4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)