Re: GiST VACUUM

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Костя Кузнецов <chapaev28(at)ya(dot)ru>
Subject: Re: GiST VACUUM
Date: 2018-05-17 05:33:26
Message-ID: DFECE345-BEA2-4844-947D-F5875F8E4B06@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, Thomas!

> 17 мая 2018 г., в 9:40, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> написал(а):
>
> On Wed, Mar 7, 2018 at 7:50 PM, Andrey Borodin <x4mmm(at)yandex-team(dot)ru> wrote:
>> Here's new version of GiST VACUUM patch set aimed at CF 2018-09.
>
> Hi Andrey,
>
> FYI Windows doesn't like this patch[1].
>
> + uint16_t flags;
>
> I think that needs to be uint16?

Thanks! Fixed.

Best regards, Andrey Borodin.

Attachment Content-Type Size
0001-Delete-pages-during-GiST-VACUUM-v4.patch application/octet-stream 13.9 KB
0002-Physical-GiST-scan-during-VACUUM-v4.patch application/octet-stream 15.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2018-05-17 06:10:49 Re: Problem while updating a foreign table pointing to a partitioned table on foreign server
Previous Message Andrey Borodin 2018-05-17 05:30:35 Re: [Patch] Checksums for SLRU files