Commit ef754fb5 authored by Simon Riggs's avatar Simon Riggs

Correct xmax test for COPY FREEZE

parent 1f023f92
...@@ -258,11 +258,11 @@ BEGIN; ...@@ -258,11 +258,11 @@ BEGIN;
CREATE TABLE vistest (LIKE testeoc); CREATE TABLE vistest (LIKE testeoc);
COPY vistest FROM stdin CSV; COPY vistest FROM stdin CSV;
COMMIT; COMMIT;
SELECT xmax, * FROM vistest; SELECT * FROM vistest;
xmax | a a
------+---- ----
0 | a0 a0
0 | b b
(2 rows) (2 rows)
BEGIN; BEGIN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment