Re: Separate HEAP WAL replay logic into its own file

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "Li, Yong" <yoli(at)ebay(dot)com>
Cc: Sutou Kouhei <kou(at)clear-code(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, "Debnath, Shawn" <sdn(at)ebay(dot)com>, "Shyrabokau, Anton" <antons(at)ebay(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Separate HEAP WAL replay logic into its own file
Date: 2024-09-11 23:12:30
Message-ID: ZuIj3q5G-qb06kUi@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 11, 2024 at 04:41:49PM +0900, Michael Paquier wrote:
> +#include "access/heapam_xlog.h"
>
> This is included in heapam.h, but missing from the patch. I guess
> that you fat-fingered a `git add`.

It looks like my mind was wondering away when I wrote this part.
Sorry for the useless noise.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-09-11 23:42:25 Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible
Previous Message Michael Paquier 2024-09-11 23:07:31 Re: query_id, pg_stat_activity, extended query protocol