Re: Incremental View Maintenance, take 2 - Mailing list pgsql-hackers

From Yugo NAGATA
Subject Re: Incremental View Maintenance, take 2
Date
Msg-id 20240711132357.fe3f78c184cfa99159208178@sranhm.sraoss.co.jp
Whole thread Raw
In response to Incremental View Maintenance, take 2  (Yugo NAGATA <nagata@sraoss.co.jp>)
Responses Re: Incremental View Maintenance, take 2
Re: Incremental View Maintenance, take 2
Re: Incremental View Maintenance, take 2
List pgsql-hackers
On Tue, 2 Jul 2024 17:03:11 +0900
Yugo NAGATA <nagata@sraoss.co.jp> wrote:

> On Sun, 31 Mar 2024 22:59:31 +0900
> Yugo NAGATA <nagata@sraoss.co.jp> wrote:
> > > 
> > > Also, I added a comment on RelationIsIVM() macro persuggestion from jian he.
> > > In addition, I fixed a failure reported from cfbot on FreeBSD build caused by;
> > > 
> > >  WARNING:  outfuncs/readfuncs failed to produce an equal rewritten parse tree
> > > 
> > > This warning was raised since I missed to modify outfuncs.c for a new field.
> > 
> > I found cfbot on FreeBSD still reported a failure due to
> > ENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS because the regression test used
> > wrong role names. Attached is a fixed version, v32.
> 
> Attached is a rebased version, v33.

I updated the patch to bump up the version numbers in psql and pg_dump codes
from 17 to 18.

Regards,
Yugo Nagata

> 
> Regards,
> Yugo Nagata
> 
> 
> -- 
> Yugo NAGATA <nagata@sraoss.co.jp>


-- 
Yugo NAGATA <nagata@sraoss.co.jp>

Attachment

pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: improve performance of pg_dump with many sequences
Next
From: vignesh C
Date:
Subject: Re: Improving the latch handling between logical replication launcher and worker processes.