1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-12 16:21:30 +03:00

Fix expected test output

For builds without lz4, for 208bf364a9.
This commit is contained in:
Peter Eisentraut 2023-03-13 11:15:21 +01:00
parent 208bf364a9
commit b2bd9a6796

View File

@ -315,7 +315,7 @@ ERROR: relation "cmdata2" does not exist
INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT))::TEXT FROM INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT))::TEXT FROM
generate_series(1, 50) g), VERSION()); generate_series(1, 50) g), VERSION());
ERROR: relation "cmdata2" does not exist ERROR: relation "cmdata2" does not exist
LINE 1: INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT)... LINE 1: INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEX...
^ ^
-- check data is ok -- check data is ok
SELECT length(f1) FROM cmdata; SELECT length(f1) FROM cmdata;