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
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ ERROR: relation "cmdata2" does not exist
INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT))::TEXT FROM
generate_series(1, 50) g), VERSION());
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
SELECT length(f1) FROM cmdata;