Re: Split xlog.c

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>, vignesh C <vignesh21(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Split xlog.c
Date: 2021-09-16 08:23:46
Message-ID: 926cef0a-76ac-4887-a6e6-53589c0dfb19@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/08/2021 12:49, Heikki Linnakangas wrote:
> On 31/07/2021 22:33, Alvaro Herrera wrote:
>> After applying 0001 and 0002 I got a bunch of compile problems:
>
> Ah sorry, I had assertions disabled and didn't notice. Fixed version
> attached.

Here is another rebase.

- Heikki

Attachment Content-Type Size
v6-0001-Move-code-around-in-StartupXLOG.patch text/x-patch 23.4 KB
v6-0002-Split-xlog.c-into-xlog.c-and-xlogrecovery.c.patch text/x-patch 317.0 KB
v6-0003-Move-code-to-apply-one-WAL-record-to-a-subroutine.patch text/x-patch 10.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2021-09-16 09:22:33 Re: pgstat_send_connstats() introduces unnecessary timestamp and UDP overhead
Previous Message Dilip Kumar 2021-09-16 07:25:06 Re: Gather performance analysis