Re: [HACKERS] Logical Replication WIP - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: [HACKERS] Logical Replication WIP
Date
Msg-id 0b1aa9d07566a273344ba759f5a12c40@xs4all.nl
Whole thread Raw
In response to Re: [HACKERS] Logical Replication WIP  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
Responses Re: [HACKERS] Logical Replication WIP  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
List pgsql-hackers
On 2016-12-20 10:48, Petr Jelinek wrote:

Here is another small thing:

$ psql -d testdb -p 6972
psql (10devel_logical_replication_20161220_1008_db80acfc9d50)
Type "help" for help.

testdb=# drop publication if exists xxx;
ERROR:  unrecognized object type: 28


testdb=# drop subscription if exists xxx;
WARNING:  relcache reference leak: relation "pg_subscription" not closed
DROP SUBSCRIPTION


I don't mind but I suppose eventually other messages need to go there


thanks,

Erik Rijkers



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] BUG: pg_stat_statements query normalization issueswith combined queries
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] Time to drop old-style (V0) functions?