Thread

Commits

  1. Remove more leftovers of AIX support

  2. Remove AIX support

  1. Remove more leftovers of AIX support

    Peter Eisentraut <peter@eisentraut.org> — 2026-01-20T06:08:25Z

    The make variables MKLDEXPORT and POSTGRES_IMP were only used for AIX,
    so they should have been removed with commit 0b16bb8776b.
  2. Re: Remove more leftovers of AIX support

    Heikki Linnakangas <hlinnaka@iki.fi> — 2026-01-20T08:37:00Z

    On 20/01/2026 08:08, Peter Eisentraut wrote:
    > The make variables MKLDEXPORT and POSTGRES_IMP were only used for AIX,
    > so they should have been removed with commit 0b16bb8776b.
    
    +1, thanks! Even if we resurrect AIX support later, it's better to 
    remove these now, so that we have all the AIX-related changes in the 
    same commit that re-introduces the support.
    
    - Heikki
    
    
    
    
    
  3. Re: Remove more leftovers of AIX support

    Tom Lane <tgl@sss.pgh.pa.us> — 2026-01-20T14:57:26Z

    Heikki Linnakangas <hlinnaka@iki.fi> writes:
    > On 20/01/2026 08:08, Peter Eisentraut wrote:
    >> The make variables MKLDEXPORT and POSTGRES_IMP were only used for AIX,
    >> so they should have been removed with commit 0b16bb8776b.
    
    > +1, thanks! Even if we resurrect AIX support later, it's better to 
    > remove these now, so that we have all the AIX-related changes in the 
    > same commit that re-introduces the support.
    
    Agreed.  Also, if this or similar code is still needed in AIX,
    then presumably the meson infrastructure will need an equivalent.
    It'll be confusing if the eventual re-introduction patch touches
    only one of the two.
    
    			regards, tom lane
    
    
    
    
  4. Re: Remove more leftovers of AIX support

    Peter Eisentraut <peter@eisentraut.org> — 2026-01-21T13:55:36Z

    On 20.01.26 15:57, Tom Lane wrote:
    > Heikki Linnakangas <hlinnaka@iki.fi> writes:
    >> On 20/01/2026 08:08, Peter Eisentraut wrote:
    >>> The make variables MKLDEXPORT and POSTGRES_IMP were only used for AIX,
    >>> so they should have been removed with commit 0b16bb8776b.
    > 
    >> +1, thanks! Even if we resurrect AIX support later, it's better to
    >> remove these now, so that we have all the AIX-related changes in the
    >> same commit that re-introduces the support.
    > 
    > Agreed.  Also, if this or similar code is still needed in AIX,
    > then presumably the meson infrastructure will need an equivalent.
    > It'll be confusing if the eventual re-introduction patch touches
    > only one of the two.
    
    committed