Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 02aea36

Browse files
Second tweak of COPY FREEZE
1 parent ddf509e commit 02aea36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/regress/expected/copy2.out

-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ INSERT INTO vistest VALUES ('z');
316316
SAVEPOINT s1;
317317
TRUNCATE vistest;
318318
ROLLBACK TO SAVEPOINT s1;
319-
-- FREEZE should be silently ignored here
320319
COPY vistest FROM stdin CSV FREEZE;
321320
NOTICE: FREEZE option specified but pre-conditions not met
322321
SELECT * FROM vistest;

0 commit comments

Comments
 (0)