Re: Proof of concept: standalone backend with full FE/BE protocol

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@2ndquadrant.com>, pgsql-hackers@postgresql.org, Noah Misch <noah@leadboat.com>, hlinnaka@iki.fi
Date: 2012-09-04T04:16:42Z
Lists: 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


Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Remove now redundant pgpipe code.