Skip to content

Commit ea8788b

Browse files
committed
Squashed 'contrib/pglogical/' changes from 443c2c8..e9f774d
e9f774d Fix tests git-subtree-dir: contrib/pglogical git-subtree-split: e9f774d1dd8a33027cae14bfb8cf631e7a7015aa
1 parent 6efe923 commit ea8788b

File tree

3 files changed

+2
-80
lines changed

3 files changed

+2
-80
lines changed

expected/init_fail.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ GRANT ALL ON ALL TABLES IN SCHEMA pglogical TO nonreplica;
1010
\c :subscriber_dsn
1111
SET client_min_messages = 'warning';
1212
\set VERBOSITY terse
13+
CREATE EXTENSION IF NOT EXISTS pglogical;
1314
-- fail (local node not existing)
1415
SELECT * FROM pglogical.create_subscription(
1516
subscription_name := 'test_subscription',

expected/init_fail_2.out

Lines changed: 0 additions & 80 deletions
This file was deleted.

sql/init_fail.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ GRANT ALL ON ALL TABLES IN SCHEMA pglogical TO nonreplica;
1313
\c :subscriber_dsn
1414
SET client_min_messages = 'warning';
1515
\set VERBOSITY terse
16+
CREATE EXTENSION IF NOT EXISTS pglogical;
1617

1718
-- fail (local node not existing)
1819
SELECT * FROM pglogical.create_subscription(

0 commit comments

Comments
 (0)