Re: Proof of concept: standalone backend with full FE/BE protocol - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proof of concept: standalone backend with full FE/BE protocol
Date
Msg-id 4405.1346732202@sss.pgh.pa.us
Whole thread Raw
In response to Re: Proof of concept: standalone backend with full FE/BE protocol  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I tend to agree.  Another idea here might be to stick with Tom's
> original idea of making it a connection parameter, but have it be
> turned off by default.  In other words, if an application wants to
> allow those parameters to be used, it would need to do
> PQenableStartServer() first.  If it doesn't, those connection
> parameters will be rejected.

Hm, that might work.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Proof of concept: standalone backend with full FE/BE protocol
Next
From: Andrew Dunstan
Date:
Subject: Re: pg_upgrade del/rmdir path fix