Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql-server/ oc/FAQ_AIX rc/Makefile.shlib rc/ ...


  • From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql-server/ oc/FAQ_AIX rc/Makefile.shlib rc/ ...
  • Date: Wed, 9 Oct 2002 12:21:54 -0400 (EDT)
  • Message-id: <20021009162154.76C44476834@postgresql.org> <text/plain>

CVSROOT:	/cvsroot
Module name:	pgsql-server
Changes by:	momjian(at)postgresql(dot)org	02/10/09 12:21:54

Modified files:
	doc            : FAQ_AIX 
	src            : Makefile.shlib 
	src/backend    : Makefile 
	src/backend/port/aix: mkldexport.sh 
	src/makefiles  : Makefile.aix 

Log message:
	> > > > 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




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group