Re: Restore-reliability mode - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Restore-reliability mode
Date
Msg-id 20150723195756.GX5596@postgresql.org
Whole thread Raw
In response to Re: Restore-reliability mode  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
Noah Misch wrote:

> - Add buildfarm members.  This entails reporting any bugs that prevent an
>   initial passing run.  Once you have a passing run, schedule regular runs.
>   Examples of useful additions:
>   - "./configure ac_cv_func_getopt_long=no, ac_cv_func_snprintf=no ..." to
>     enable all the replacement code regardless of the current platform's need
>     for it.  This helps distinguish "Windows bug" from "replacement code bug."
>   - --disable-integer-datetimes, --disable-float8-byval, disable-float4-byval,
>     --disable-spinlocks, --disable-atomics, disable-thread-safety,
>     --disable-largefile, #define RANDOMIZE_ALLOCATED_MEMORY
     #define RELCACHE_FORCE_RELEASE + #define CLOBBER_FREED_MEMORY

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Restore-reliability mode
Next
From: Josh Berkus
Date:
Subject: Re: Autonomous Transaction is back