Re: Build macOS shared modules as dylib rather than bundle

2025-04-09 Thread Tom Lane
Peter Eisentraut writes: > ... But this change triggers a new variant of this issue: > https://www.postgresql.org/message-id/e1o4hov-001oyi...@gemulon.postgresql.org > With the changed linker options, the symbol search order appears to > be different, and so hash_search() gets found in the OS libr

Build macOS shared modules as dylib rather than bundle

2025-04-09 Thread Peter Eisentraut
2001 From: Peter Eisentraut Date: Wed, 9 Apr 2025 15:49:13 +0200 Subject: [PATCH v1 2/2] Build macOS shared modules as dylib rather than bundle Historically, bundles (ld -bundle) were the only file type that could be dynamically loaded at run time on macOS (OS X at the time). These were distinc