Skip to content

Commit 6efe923

Browse files
committed
Squashed 'contrib/pglogical/' changes from a2e656d..443c2c8
443c2c8 Fix tests git-subtree-dir: contrib/pglogical git-subtree-split: 443c2c8c33a3de2edf4c576c99ae60093710270e
1 parent 47aa13c commit 6efe923

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

expected/init_fail.out

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ 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 VERSION '1.0.0';
14-
ALTER EXTENSION pglogical UPDATE;
1513
-- fail (local node not existing)
1614
SELECT * FROM pglogical.create_subscription(
1715
subscription_name := 'test_subscription',

sql/init_fail.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ 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 VERSION '1.0.0';
17-
ALTER EXTENSION pglogical UPDATE;
1816

1917
-- fail (local node not existing)
2018
SELECT * FROM pglogical.create_subscription(

0 commit comments

Comments
 (0)