@@ -2238,13 +2238,13 @@ DROP TABLE array_gin_test;
2238
2238
-- HASH
2239
2239
--
2240
2240
CREATE INDEX hash_i4_index ON hash_i4_heap USING hash (random int4_ops);
2241
- WARNING: hash indexes are not WAL-loggedso they are not crash-safe and cannot be used onstreaming standbys
2241
+ WARNING: hash indexes are not WAL-loggedand thus are not crash-safe and cannot be used onstandby servers
2242
2242
CREATE INDEX hash_name_index ON hash_name_heap USING hash (random name_ops);
2243
- WARNING: hash indexes are not WAL-loggedso they are not crash-safe and cannot be used onstreaming standbys
2243
+ WARNING: hash indexes are not WAL-loggedand thus are not crash-safe and cannot be used onstandby servers
2244
2244
CREATE INDEX hash_txt_index ON hash_txt_heap USING hash (random text_ops);
2245
- WARNING: hash indexes are not WAL-loggedso they are not crash-safe and cannot be used onstreaming standbys
2245
+ WARNING: hash indexes are not WAL-loggedand thus are not crash-safe and cannot be used onstandby servers
2246
2246
CREATE INDEX hash_f8_index ON hash_f8_heap USING hash (random float8_ops);
2247
- WARNING: hash indexes are not WAL-loggedso they are not crash-safe and cannot be used onstreaming standbys
2247
+ WARNING: hash indexes are not WAL-loggedand thus are not crash-safe and cannot be used onstandby servers
2248
2248
-- CREATE INDEX hash_ovfl_index ON hash_ovfl_heap USING hash (x int4_ops);
2249
2249
--
2250
2250
-- Test functional index