|
|
|
@ -2238,13 +2238,13 @@ DROP TABLE array_gin_test; |
|
|
|
|
-- HASH |
|
|
|
|
-- |
|
|
|
|
CREATE INDEX hash_i4_index ON hash_i4_heap USING hash (random int4_ops); |
|
|
|
|
WARNING: hash indexes are not WAL-logged so they are not crash-safe and cannot be used on streaming standbys |
|
|
|
|
WARNING: hash indexes are not WAL-logged and thus are not crash-safe and cannot be used on standby servers |
|
|
|
|
CREATE INDEX hash_name_index ON hash_name_heap USING hash (random name_ops); |
|
|
|
|
WARNING: hash indexes are not WAL-logged so they are not crash-safe and cannot be used on streaming standbys |
|
|
|
|
WARNING: hash indexes are not WAL-logged and thus are not crash-safe and cannot be used on standby servers |
|
|
|
|
CREATE INDEX hash_txt_index ON hash_txt_heap USING hash (random text_ops); |
|
|
|
|
WARNING: hash indexes are not WAL-logged so they are not crash-safe and cannot be used on streaming standbys |
|
|
|
|
WARNING: hash indexes are not WAL-logged and thus are not crash-safe and cannot be used on standby servers |
|
|
|
|
CREATE INDEX hash_f8_index ON hash_f8_heap USING hash (random float8_ops); |
|
|
|
|
WARNING: hash indexes are not WAL-logged so they are not crash-safe and cannot be used on streaming standbys |
|
|
|
|
WARNING: hash indexes are not WAL-logged and thus are not crash-safe and cannot be used on standby servers |
|
|
|
|
-- CREATE INDEX hash_ovfl_index ON hash_ovfl_heap USING hash (x int4_ops); |
|
|
|
|
-- |
|
|
|
|
-- Test functional index |
|
|
|
|