Don't warn about creating temporary or unlogged hash indexes.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/indexcmds.c | modified | +2 −1 |
| src/test/regress/expected/create_index.out | modified | +3 −0 |
| src/test/regress/sql/create_index.sql | modified | +4 −0 |