Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables - Mailing list pgsql-bugs

From Andrew Gierth
Subject Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables
Date
Msg-id 874lezskcu.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:

 Tom> Hence we need to make sure that version-script filtering happens
 Tom> on every ELF-based platform, not just the most popular ones. I see
 Tom> that the FreeBSD and NetBSD stanzas in Makefile.shlib also have
 Tom> "ifdef ELF_SYSTEM" portions, so probably we need to put the
 Tom> version-script stuff into those too.

I tested adding your patch into the FreeBSD stanza and it worked for me,
FWIW. That was on a system which still has GNU ld, but I also tried a
test program using ld.lld and the same option and version script file
works.

-- 
Andrew (irc:RhodiumToad)


pgsql-bugs by date:

Previous
From: 'Bruce Momjian'
Date:
Subject: Re: BUG #15373: null / utf-8
Next
From: Tom Lane
Date:
Subject: Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables