mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
We have tested the patches on three platforms:
NetBSD/macppc LinuxPPC FreeBSD 2.2.6-RELEASE All of them seem happy with the regression test. Note that, however, compiling with optimization enabled on NetBSD/macppc causes an initdb failure (other two platforms are ok). After checking the asm code, we are suspecting that might be a compiler(egcs) bug. Tatsuo Ishii
This commit is contained in:
@@ -79,6 +79,8 @@ BSD44_derived_dlsym(void *handle, const char *name)
|
||||
#if defined(__mips__) || (defined(__NetBSD__) && defined(vax))
|
||||
sprintf(error_message, "dlsym (%s) failed", name);
|
||||
return NULL;
|
||||
#elif defined(__ELF__)
|
||||
return dlsym(handle, name);
|
||||
#else
|
||||
void *vp;
|
||||
char buf[BUFSIZ];
|
||||
|
Reference in New Issue
Block a user