Re: Fix incorrect assignment for nodeid in TransactionIdGetCommitTsData()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, wangpeng <215722532(at)qq(dot)com>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Subject: Re: Fix incorrect assignment for nodeid in TransactionIdGetCommitTsData()
Date: 2026-03-04 00:21:14
Message-ID: aad6-m36oM3YNmSH@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 10, 2026 at 09:35:26AM +0800, Chao Li wrote:
> So if this patch is considered too trivial, I think it’s still worth
> a place in Michael’s stack for later.

Aye. I did not notice this one first, but Alvaro has poked me about
it, so grabbed now for later.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-03-04 00:31:44 Re: pg_resetwal.c: duplicate '0' in hex character set for -l option validation
Previous Message Michael Paquier 2026-03-04 00:15:19 Re: Is it OK to perform logging while holding a LWLock?