Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable.
Date: 2023-01-18 20:08:38
Message-ID: 3787913.1674072518@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund <andres(at)anarazel(dot)de> writes:
> On 2023-01-18 18:24:45 +0000, Tom Lane wrote:
>> Get rid of the "new" and "old" entries in a view's rangetable.

> This seems to have caused a test failure on windows. Looks like it's not
> indicating a real problem, just that collate.windows.win1252.out needs to be
> adapted.

Huh, I wonder why the cfbot never complained about that when
it was testing this patch ... maybe it doesn't use win1252?

Will fix, thanks for letting me know.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-01-18 20:14:51 Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable.
Previous Message Andres Freund 2023-01-18 19:58:55 Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable.