@@ -2238,13 +2238,13 @@ DROP TABLE array_gin_test;
22382238-- HASH
22392239--
22402240CREATE 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
22422242CREATE 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
22442244CREATE 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
22462246CREATE 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
22482248-- CREATE INDEX hash_ovfl_index ON hash_ovfl_heap USING hash (x int4_ops);
22492249--
22502250-- Test functional index