Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark Postgres methods as visibility hidden, to avoid bloating dynamic symbol table #232

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

lfittl
Copy link
Member

@lfittl lfittl commented Oct 21, 2021

This is required on ELF platforms (i.e. Linux, etc) to avoid including all global
symbols in the shared library's symbol table, bloating the size, and causing
potential conflicts with other C libraries using the same symbol names.

… symbol table

This is required on ELF platforms (i.e. Linux, etc) to avoid including all global
symbols in the shared library's symbol table, bloating the size, and causing
potential conflicts with other C libraries using the same symbol names.
@lfittl lfittl merged commit e35800c into main Nov 12, 2021
@lfittl lfittl deleted the mark-postgres-methods-as-visibility-hidden branch November 12, 2021 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant