Re: Remove PG_MMAP_FLAGS

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Remove PG_MMAP_FLAGS
Date: 2026-01-24 02:46:13
Message-ID: aXQydVFtu3LTAdqG@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 23, 2026 at 03:33:33PM +0530, Ashutosh Bapat wrote:
> I revised the patch a bit. The macro had parenthesis around the macro
> definition which are not required in the assignment. Removed them.
> Also revised the commit message a bit.

WFM.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message zengman 2026-01-24 05:54:11 Re: [PATCH] Align verify_heapam.c error message offset with test expectations
Previous Message jian he 2026-01-24 02:18:49 Re: ON CONFLICT DO SELECT (take 3)