Re: Logical replication and multimaster - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Logical replication and multimaster
Date
Msg-id CA+TgmoaqJJsPNb7JDAHTtGZbH7CSenuf=0trQ_j1+_scLE-c0w@mail.gmail.com
Whole thread Raw
In response to Re: Logical replication and multimaster  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: Logical replication and multimaster  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On Sun, Dec 6, 2015 at 10:24 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
> * An API to enumerate currently registered bgworkers
> * A way to securely make a libpq connection from a bgworker without messing
> with passwords etc. Generate one-time cookies, sometihng like that.
> * (unimportant but nice API fix): BGW_NO_RESTART_ON_CRASH

Why would you have the bgworker connect to the database via TCP
instead of just doing whatever it wants to do directly?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Redundant sentence within INSERT documentation page (exclusion constraints)
Next
From: Andres Freund
Date:
Subject: Re: Logical replication and multimaster