mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove extra newlines at end and beginning of files, add missing newlines
at end of files.
This commit is contained in:
@ -196,4 +196,3 @@ INSERT INTO connectby_int VALUES(111,11);
|
||||
INSERT INTO connectby_int VALUES(1,111);
|
||||
-- this should not fail due to recursion detection
|
||||
SELECT * FROM connectby('connectby_int', 'keyid', 'parent_keyid', '11', 0, '-') AS t(keyid int, parent_keyid int, level int, branch text);
|
||||
|
||||
|
Reference in New Issue
Block a user