Re: Symbol referencing errors
Japin Li <japinli@hotmail.com>
From: Li Japin <japinli@hotmail.com>
To: "tgl@sss.pgh.pa.us" <tgl@sss.pgh.pa.us>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-04-23T04:26:12Z
Lists: pgsql-hackers
On 4/23/19 12:09 PM, Tom Lane wrote: > AFAICT they're harmless, so my advice is just ignore them. > > If you're sufficiently annoyed by them to find the cause > and try to fix it, go ahead, but I haven't heard anyone > else worried about it. It might be that SmartOS wants > something like what we have to do on macOS and AIX, > ie provide the core postgres executable in some sort of > linker switch while linking shlibs that will be loaded > by that executable. Yes, those errors does not impact the postgresql, but when I use oracle_fdw extension, I couldn't startup the postgresql, and I find that the dlopen throw an error which lead postmaster exit, and there is not more information. regards, Japin Li
Commits
-
solaris: Use versioning scripts instead of -Bsymbolic
- 3fb0687d328b 16.0 landed
-
Prevent mis-linking of src/port and src/common functions on *BSD.
- e3d77ea6b4e4 12.0 cited