mirror of https://github.com/citusdata/citus.git
Remove unnecessary blank line in regression test for issue 7887
parent
c865d6323c
commit
784c5eb0f0
|
@ -64,7 +64,6 @@ INSERT INTO local2_bydefault(local1fk, reference1fk)
|
||||||
-- Show inserted row in local2_bydefault
|
-- Show inserted row in local2_bydefault
|
||||||
SELECT * FROM local2_bydefault;
|
SELECT * FROM local2_bydefault;
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Overriding a BY DEFAULT identity with user value
|
-- Overriding a BY DEFAULT identity with user value
|
||||||
-- (which is allowed even without OVERRIDING clause).
|
-- (which is allowed even without OVERRIDING clause).
|
||||||
|
|
Loading…
Reference in New Issue