Skip to content

Commit b2bd9a6

Browse files
committed
Fix expected test output
For builds without lz4, for 208bf36.
1 parent 208bf36 commit b2bd9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/compression_1.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ ERROR: relation "cmdata2" does not exist
315315
INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT))::TEXT FROM
316316
generate_series(1, 50) g), VERSION());
317317
ERROR: relation "cmdata2" does not exist
318-
LINE 1: INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT)...
318+
LINE 1: INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEX...
319319
^
320320
-- check data is ok
321321
SELECT length(f1) FROM cmdata;

0 commit comments

Comments
 (0)