Re: pgsql: Specialize tuplesort routines for different kinds of abbreviated

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, John Naylor <john(dot)naylor(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: pgsql: Specialize tuplesort routines for different kinds of abbreviated
Date: 2022-05-11 10:41:42
Message-ID: YnuS5lnOOIyHYWr1@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, May 11, 2022 at 03:42:05PM +0700, John Naylor wrote:
> Earlier I looked at your patch, but didn't think to check the rest of
> the code affected by this commit. Do we also need something like the
> attached, for the ApplyXYZSortComparator functions? (I don't have a
> 32-bit platform to test on)

You could use for example gcc's -m32 to do that even on a 64b
platform, no?
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-05-11 14:45:38 pgsql: relnotes: update foreign key partition and add sort items
Previous Message David Rowley 2022-05-11 10:21:07 Re: pgsql: Specialize tuplesort routines for different kinds of abbreviated