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:
parent
208bf364a9
commit
b2bd9a6796
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user