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: "anarazel@anarazel.de" <andres@anarazel.de>
Cc: Andres Freund <andres@2ndquadrant.com>, Amit Kapila <amit.kapila@huawei.com>, pgsql-hackers@postgresql.org, "'Noah Misch'" <noah@leadboat.com>, hlinnaka@iki.fi
Date: 2012-09-05T16:00:18Z
Lists: pgsql-hackers
"anarazel@anarazel.de" <andres@anarazel.de> writes:
> I am not saying its bad that it is slower, that's absolutely OK. Just that it will take a variable amount of time till you can run pgdump again and its not easily detectable without looping and trying again.

Well, that's why the proposed libpq code is written to wait for the
child postgres to exit when closing the connection.

Admittedly, if you forcibly kill pg_dump (or some other client) and then
immediately try to start a new one, it's not clear how long you'll have
to wait.  But so what?  Anything we might do in this space is going to
have pluses and minuses.

			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.