Re: WIP/PoC for parallel backup
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Cc: Asif Rehman <asifr.rehman@gmail.com>,
Rushabh Lathia <rushabh.lathia@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-07T13:47:29Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix failures in incremental_sort due to number of workers
- 23ba3b5ee278 13.0 cited
-
In jsonb_plpython.c, suppress warning message from gcc 10.
- a06921816370 13.0 cited
-
Fix minor problems with non-exclusive backup cleanup.
- 303640199d04 13.0 cited
On Mon, Oct 7, 2019 at 9:43 AM Ibrar Ahmed <ibrar.ahmad@gmail.com> wrote: > What about have an API to get the single file or list of files? We will use a single file in > our application and other tools can get the benefit of list of files. That sounds a bit speculative to me. Who is to say that anyone will find that useful? I mean, I think it's fine and good to build the functionality that we need in a way that maximizes the likelihood that other tools can reuse that functionality, and I think we should do that. But I don't think it's smart to build functionality that we don't really need in the hope that somebody else will find it useful unless we're pretty sure that they actually will. I don't see that as being the case here; YMMV. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company