| From: | Zhihong Yu <zyu(at)yugabyte(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: should check interrupts in BuildRelationExtStatistics ? |
| Date: | 2022-07-12 21:03:26 |
| Message-ID: | CALNJ-vR0M+zpYe30tLu4Y8HKFxTST9P8jNnWW-D_yh3Y9KDC0g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Jul 12, 2022 at 1:31 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I wrote:
> > Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> >> On Wed, Jul 6, 2022 at 11:37 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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 | Content-Type | Size |
|---|---|---|
| qsort-interruptible-copyright.patch | application/octet-stream | 595 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-07-12 21:09:31 | Re: should check interrupts in BuildRelationExtStatistics ? |
| Previous Message | Hannu Krosing | 2022-07-12 21:00:22 | Re: making relfilenodes 56 bits |