Re: Yet another fast GiST build - Mailing list pgsql-hackers

From Pavel Borisov
Subject Re: Yet another fast GiST build
Date
Msg-id CALT9ZEGwHi-c4FDTpF2E93XtbmVx+_hJC9AkuPLau7Gf-FtD8w@mail.gmail.com
Whole thread Raw
In response to Re: Yet another fast GiST build  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
It became normal with 
-fsanitize=signed-integer-overflow,null,alignment
instead of
-fsanitize=undefined
(which is strictly a 'default' list of needed and unnecessary things to check, can be overridden anyway but needed some reading for it)

Thanks!

--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Prevent printing "next step instructions" in initdb and pg_upgrade
Next
From: Tom Lane
Date:
Subject: Re: Partitionwise join fails under GEQO