Skip to content
Snippets Groups Projects
Commit 1fe41927 authored by Tom Lane's avatar Tom Lane
Browse files

Adjust expected-results spacing per buildfarm results.

parent ce3153fa
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,7 @@ SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values; ...@@ -214,7 +214,7 @@ SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values;
-- this should get half of the value from page 0 and half from page 1 of the -- this should get half of the value from page 0 and half from page 1 of the
-- large object -- large object
SELECT loread(fd, 36) FROM lotest_stash_values; SELECT loread(fd, 36) FROM lotest_stash_values;
loread loread
-------------------------------------------------------------- --------------------------------------------------------------
44\011144\0111144\0114144\0119144\01188\01189\011SNAAAA\011F 44\011144\0111144\0114144\0119144\01188\01189\011SNAAAA\011F
(1 row) (1 row)
...@@ -244,7 +244,7 @@ SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values; ...@@ -244,7 +244,7 @@ SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values;
(1 row) (1 row)
SELECT loread(fd, 36) FROM lotest_stash_values; SELECT loread(fd, 36) FROM lotest_stash_values;
loread loread
-------------------------------------------------- --------------------------------------------------
44\011144\011114abcdefghijklmnop9\011SNAAAA\011F 44\011144\011114abcdefghijklmnop9\011SNAAAA\011F
(1 row) (1 row)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment