Re: ubsan

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ubsan
Date: 2022-03-26 01:33:41
Message-ID: 20220326013341.qw6okffhrjqql7ix@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2022-03-23 15:55:28 -0700, Andres Freund wrote:
> Originally I'd planned to mix them into existing members, but I think it'd be
> better to have dedicated ones. Applied for a few new buildfarm names for:
> {gcc,clang}-{-fsanitize=undefined,-fsanitize=address}.

They're now enabled...

tamandua: gcc, -fsanitize=undefined,alignment
kestrel: clang, -fsanitize=undefined,alignment
grassquit: gcc, -fsanitize=address
olingo: clang, -fsanitize=address

The first three have started reporting in, the last is starting its first run
now.

Greetings,

Andres Freund

In response to

  • Re: ubsan at 2022-03-23 22:55:28 from Andres Freund

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2022-03-26 03:13:53 Re: pgsql: Add 'basebackup_to_shell' contrib module.
Previous Message Tomas Vondra 2022-03-26 00:35:23 Re: Column Filtering in Logical Replication