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

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 19:58:55
Message-ID: 20230118195855.7yjc4mminmv7iyy5@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

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.

Here's the regression.diffs:
https://api.cirrus-ci.com/v1/artifact/task/6607289507905536/testrun/build/testrun/regress/regress/regression.diffs

Full test: https://cirrus-ci.com/task/6607289507905536
The other failures are just due to the main regression tests being
"embedded".

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-18 20:08:38 Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable.
Previous Message Andres Freund 2023-01-18 19:43:58 pgsql: Add detached node functions to ilist