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

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
Cc: 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 21:50:38
Message-ID: CAApHDvpPB13HzPDdCdgLJRLLjw-v5oivYYZnX9FVDOGLPfJrNw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, 11 May 2022 at 20:42, John Naylor <john(dot)naylor(at)enterprisedb(dot)com> wrote:
> (I don't have a
> 32-bit platform to test on)

I had to do as Michael mentioned yesterday to test this.

FWIW, I compiled and ran the tests on my machine with -m32 and no
compile or test failures. Also, looking at the patch, it seems fine
to me. Do you want to push it?

David

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-05-12 00:55:24 pgsql: relnote: improve sorting entries
Previous Message Robert Haas 2022-05-11 20:17:06 pgsql: Remove non-functional code for unloading loadable modules.