Skip to content

Commit d93b4e8

Browse files
committed
Fix thinko in preseed test
1 parent ee1b3a5 commit d93b4e8

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

expected/preseed.out

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ SELECT
99
$f$;
1010
SELECT * FROM pglogical_regress_variables()
1111
\gset
12-
/*
13-
* Cleanup so we don't leave function in case this is neither provider nor
14-
* subscriber.
15-
*/
16-
DROP FUNCTION public.pglogical_regress_variables();
1712
/*
1813
* Tests to ensure that objects/data that exists pre-clone is successfully
1914
* cloned. The results are checked, after the clone, in preseed_check.sql.

sql/preseed.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ $f$;
1111
SELECT * FROM pglogical_regress_variables()
1212
\gset
1313

14-
/*
15-
* Cleanup so we don't leave function in case this is neither provider nor
16-
* subscriber.
17-
*/
18-
DROP FUNCTION public.pglogical_regress_variables();
19-
2014
/*
2115
* Tests to ensure that objects/data that exists pre-clone is successfully
2216
* cloned. The results are checked, after the clone, in preseed_check.sql.

0 commit comments

Comments
 (0)