Re: Pre-allocating WAL files

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pre-allocating WAL files
Date: 2021-07-09 21:08:27
Message-ID: 5A67D2E7-AA1B-4020-AB08-CD7C763DAA6A@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 7/5/21, 9:52 AM, "vignesh C" <vignesh21(at)gmail(dot)com> wrote:
> Thanks for posting the patch, the patch no more applies on Head:
> Applying: wal segment pre-allocation
> error: patch failed: src/backend/access/transam/xlog.c:3283
> error: src/backend/access/transam/xlog.c: patch does not apply
>
> Can you rebase the patch and post, it might help if someone is picking
> it up for review.

I've attached a rebased version of the patch.

Nathan

Attachment Content-Type Size
v2-0001-wal-segment-pre-allocation.patch application/octet-stream 43.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-07-09 22:43:42 Re: pg_dump new feature: exporting functions only. Bad or good idea ?
Previous Message Noah Misch 2021-07-09 20:29:29 Re: Preventing abort() and exit() calls in libpq