Re: pgsql: Default to hidden visibility for extension libraries where possi - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pgsql: Default to hidden visibility for extension libraries where possi
Date
Msg-id 20220719224435.yhqb6yygirit7xuf@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Default to hidden visibility for extension libraries where possi  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2022-07-19 08:31:49 -0700, Andres Freund wrote:
> But I think we probably should err on the side of adding more
> declarations, rather than the oposite.

To see if there's other declarations that should be added, I used
https://codesearch.debian.net/search?q=load_external_function&literal=1&perpkg=1

which shows plpgsql_check and hstore_pllua. All the hstore symbols for
the latter are exported already.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Default to hidden visibility for extension libraries where possi
Next
From: Tom Lane
Date:
Subject: Re: Convert planner's AggInfo and AggTransInfo to Nodes