Re: should check interrupts in BuildRelationExtStatistics ? - Mailing list pgsql-hackers

From Zhihong Yu
Subject Re: should check interrupts in BuildRelationExtStatistics ?
Date
Msg-id CALNJ-vR0M+zpYe30tLu4Y8HKFxTST9P8jNnWW-D_yh3Y9KDC0g@mail.gmail.com
Whole thread Raw
In response to Re: should check interrupts in BuildRelationExtStatistics ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: should check interrupts in BuildRelationExtStatistics ?
List pgsql-hackers


On Tue, Jul 12, 2022 at 1:31 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
I wrote:
> Thomas Munro <thomas.munro@gmail.com> writes:
>> On Wed, Jul 6, 2022 at 11:37 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> qsort_interruptible

>> +1

> So here's a patch that does it that way.

Hearing no comments, pushed.

                        regards, tom lane


Hi,
Looking at the files under src/backend/utils/sort/, looks like license header is missing from qsort_interruptible.c

Please consider the patch which adds license header to qsort_interruptible.c

Cheers
Attachment

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: making relfilenodes 56 bits
Next
From: Tom Lane
Date:
Subject: Re: should check interrupts in BuildRelationExtStatistics ?