Skip to content

Commit 3a5570d

Browse files
committed
Merge commit '6efe923f0263668f8cfeea5cb119469b76de0bc5' into dev/pglogical
2 parents 3da2466 + 6efe923 commit 3a5570d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

contrib/pglogical/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',

contrib/pglogical/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)