Re: removing global variable ThisTimeLineID

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: removing global variable ThisTimeLineID
Date: 2021-11-05 16:58:04
Message-ID: CA+TgmoYrAtjBhVzAshUqaGEaWiqeg4_BuMqvy82mommd=b1aRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 5, 2021 at 9:49 AM Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> I looked at these in a very quick skim. I agree that this is a
> good step in a good direction.

Cool. I have now committed these. I grouped them into just 3 commits
rather than having 11 separate commits as I did in my earlier posting,
but the content is the same.

> I 'git rebase -x'd this series in order to compile and run the tests on
> each patch individually. There are no compiler warnings anywhere and no
> test failures.

Thanks for checking. It's hard to tell whether the stuff that works on
my machine will work everywhere, unless someone tests it.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-11-05 17:09:10 Re: WIP: expression evaluation improvements
Previous Message Michail Nikolaev 2021-11-05 16:51:32 Re: [PATCH] Full support for index LP_DEAD hint bits on standby