Re: Remove PG_MMAP_FLAGS

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
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-27 03:12:35
Message-ID: CAExHW5ttiBheh67HPqVqOCkfEZ9w=R--Bb2KvHh0X-ucNuc8ow@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jan 24, 2026 at 8:16 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> 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.

Thanks a lot for taking care of this.

--
Best Wishes,
Ashutosh Bapat

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message cca5507 2026-01-27 03:13:11 Re: Fix logical decoding not track transaction during SNAPBUILD_BUILDING_SNAPSHOT
Previous Message Peter Smith 2026-01-27 03:08:54 Re: Proposal: Conflict log history table for Logical Replication