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

From Peter Eisentraut
Subject Re: Proof of concept: standalone backend with full FE/BE protocol
Date
Msg-id 1386208508.13848.6.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Proof of concept: standalone backend with full FE/BE protocol  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Proof of concept: standalone backend with full FE/BE protocol
Re: Proof of concept: standalone backend with full FE/BE protocol
Re: Proof of concept: standalone backend with full FE/BE protocol
List pgsql-hackers
On Thu, 2013-11-14 at 12:11 +0530, Amit Kapila wrote:
>    If an application wants to allow these connection parameters to be
> used, it would need to do PQenableStartServer() first. If it doesn't,
> those connection parameters will be rejected.

Stupid idea: Would it work that we require an environment variable to be
set before we allow the standalone_backend connection parameter?  That's
easy to do, easy to audit, and doesn't require any extra code in the
individual clients.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist
Next
From: Peter Geoghegan
Date:
Subject: Re: Performance optimization of btree binary search