8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208bf36 commit b2bd9a6Copy full SHA for b2bd9a6
src/test/regress/expected/compression_1.out
@@ -315,7 +315,7 @@ ERROR: relation "cmdata2" does not exist
315
INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT))::TEXT FROM
316
generate_series(1, 50) g), VERSION());
317
ERROR: relation "cmdata2" does not exist
318
-LINE 1: INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT)...
+LINE 1: INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEX...
319
^
320
-- check data is ok
321
SELECT length(f1) FROM cmdata;
0 commit comments