]> granicus.if.org Git - postgresql/commit
Don't warn about creating temporary or unlogged hash indexes.
authorRobert Haas <rhaas@postgresql.org>
Fri, 26 Jun 2015 15:37:32 +0000 (11:37 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 26 Jun 2015 15:37:32 +0000 (11:37 -0400)
commit9043ef390f4f0b4586cfe59cbd22314b9c3e2957
tree935627e8bf0038034686ce907da470aafb492f45
parent91118f1a59f2038f072552fdbb98e01363e30b59
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
src/backend/commands/indexcmds.c
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql