]> granicus.if.org Git - postgresql/commit
> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not
authorBruce Momjian <bruce@momjian.us>
Wed, 9 Oct 2002 16:21:54 +0000 (16:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 Oct 2002 16:21:54 +0000 (16:21 +0000)
commit33a6b67b517e55908fa8ad96d5e8a3aaac5c751d
tree95bea3a9ac837afb7a9247aa98a94a10bcb0c490
parentba8e20a6dd1de393e2eeab9e6cb70edd8115ca61
> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not
> > > > found in the postmaster and not included from elsewhere)
> >
> > shared libs on AIX need to be able to resolve all symbols at linkage time.
> > Those two symbols are in backend/utils/SUBSYS.o but not in the postgres
> > executable.
>
> They are defined in backend/utils/mb/conv.c and declared in
> include/mb/pg_wchar.h.  They're also linked into the
> postmaster.  I don't see anything unusual.

Attached is a patch to fix the mb linking problems on AIX. As a nice side effect

it reduces the duplicate symbol warnings to linking libpq.so and libecpg.so
(all shlibs that are not postmaster loadable modules).

Please apply to current (only affects AIX).

The _LARGE_FILES problem is unfortunately still open, unless Peter
has fixed it per his recent idea.

Zeugswetter Andreas SB SD
doc/FAQ_AIX
src/Makefile.shlib
src/backend/Makefile
src/backend/port/aix/mkldexport.sh
src/makefiles/Makefile.aix