Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

FAQ_AIX

  • Bruce Momjian's avatar
    33a6b67b
    > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not · 33a6b67b
    Bruce Momjian authored
    > > > > 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
    33a6b67b
    History
    > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not
    Bruce Momjian authored
    > > > > 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