Re: Faster methods for getting SPI results (460%improvement) - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: Faster methods for getting SPI results (460%improvement)
Date
Msg-id 629e0238-a769-5a0e-1a00-902598ba7e12@openscg.com
Whole thread Raw
In response to Re: Faster methods for getting SPI results (460% improvement)  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: Faster methods for getting SPI results (460% improvement)  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On 4/4/17 7:44 PM, Craig Ringer wrote:
> The patch crashes in initdb with --enable-cassert builds:

Thanks for the review! I'll get to the rest of it in a bit, but I'm 
unable to reproduce the initdb failure. I looked at the assert line and 
I don't see anything obvious either. :/

Can you send your full configure call? uname -a? Mine is:

./configure --with-includes=/opt/local/include 
--with-libraries=/opt/local/lib --enable-debug --with-libxml --with-tcl 
--with-perl --with-python --enable-depend --enable-dtrace 
--enable-tap-tests --prefix=/Users/decibel/pgsql/HEAD/i/i 
--with-pgport=$PGC_PORT -C --enable-cassert --enable-debug CFLAGS='-ggdb 
-O0 -fno-omit-frame-pointer'

Darwin decina.local 15.6.0 Darwin Kernel Version 15.6.0: Mon Jan  9 
23:07:29 PST 2017; root:xnu-3248.60.11.2.1~1/RELEASE_X86_64 x86_64
-- 
Jim Nasby, Chief Data Architect, Austin TX
OpenSCG                 http://OpenSCG.com



pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: Patch: Write Amplification Reduction Method (WARM)
Next
From: Noah Misch
Date:
Subject: Re: Quorum commit for multiple synchronous replication.