Re: fixing old_snapshot_threshold's time->xid mapping - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: fixing old_snapshot_threshold's time->xid mapping
Date
Msg-id CA+hUKGKu9CriRL0ow0K=2KD==TsHOsgHcTxt1agZqdYwTHTAXA@mail.gmail.com
Whole thread Raw
In response to Re: fixing old_snapshot_threshold's time->xid mapping  (Dilip Kumar <dilipbalaut@gmail.com>)
Responses Re: fixing old_snapshot_threshold's time->xid mapping  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Wed, Apr 22, 2020 at 5:39 PM Dilip Kumar <dilipbalaut@gmail.com> wrote:
> -                       if (ts == update_ts)
> +                       if (ts >= update_ts)

Hi Dilip, I didn't follow this bit -- could you explain?

Here's a rebase.  In the 0004 patch I chose to leave behind some
unnecessary braces to avoid reindenting a bunch of code after removing
an if branch, just for ease of review, but I'd probably remove those
in a committed version.  I'm going to add this stuff to the next CF so
we don't lose track of it.

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: security_context_t marked as deprecated in libselinux 3.1
Next
From: Alvaro Herrera
Date:
Subject: Re: pg_dump from v13 is slow