reorder pg_rewind control file sync

2019-03-22 Thread Fabien COELHO
Bonjour Michaël, On Sat, 23 Mar 2019, Michael Paquier wrote: On Fri, Mar 22, 2019 at 03:18:26PM +0100, Fabien COELHO wrote: Attached is a quick patch about "pg_rewind", so that the control file is updated after everything else is committed to disk. Could you start a new thread about that ple

Re: Removing \cset from pgbench

2019-03-22 Thread Fabien COELHO
Hola Álvaro, What I'm going to do now is to write a patch to remove the \cset part of the commit and post it, intending to push at some point next week. Per your request, here is a patch which removes \cset from pgbench. Sigh. -- Fabien.diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sg

Re: Ordered Partitioned Table Scans

2019-03-22 Thread Tom Lane
David Rowley writes: > On Sat, 23 Mar 2019 at 05:40, Tom Lane wrote: >> BTW, another thing we could possibly do to answer this objection is to >> give the ordered-Append node an artificially pessimistic startup cost, >> such as the sum or the max of its children's startup costs. That's >> pretty

<    1   2