> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not

Bruce Momjian <bruce@momjian.us>

Commit: 33a6b67b517e55908fa8ad96d5e8a3aaac5c751d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-10-09T16:21:54Z
Releases: 7.3.1
> > > > 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

Files

PathChange+/−
doc/FAQ_AIX modified +4 −1
src/backend/Makefile modified +20 −1
src/backend/port/aix/mkldexport.sh modified +1 −1
src/Makefile.shlib modified +4 −4
src/makefiles/Makefile.aix modified +5 −18