Skip to content

Commit ef754fb

Browse files
Correct xmax test for COPY FREEZE
1 parent 1f023f9 commit ef754fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/regress/expected/copy2.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ BEGIN;
258258
CREATE TABLE vistest (LIKE testeoc);
259259
COPY vistest FROM stdin CSV;
260260
COMMIT;
261-
SELECT xmax, * FROM vistest;
262-
xmax | a
263-
------+----
264-
0 | a0
265-
0 | b
261+
SELECT * FROM vistest;
262+
a
263+
----
264+
a0
265+
b
266266
(2 rows)
267267

268268
BEGIN;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy