[HACKERS] Compilation broken when OPTIMIZER_DEBUG is set

2016-02-29 Thread salvador fandino
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -O0 -DOPTIMIZER_DEBUG -I../../../../src/include -D_GNU_SOURCE -c -o allpaths.o allpaths.c allpaths.c

Re: [HACKERS] TAP / recovery-test fs-level backups, psql enhancements etc

2016-03-01 Thread salvador fandino
On Tue, Mar 1, 2016 at 2:48 PM, Craig Ringer wrote: > > Hi all > > I've been working with the new TAP tests for recovery and have a number of > enhancements I'd like to make to the tooling to make writing tests easier > and nicer. I've also included two improvements proposed by Kyotaro > HORIGUCH