Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lCv8J-0003gK-V5 for pgsql-hackers@arkaria.postgresql.org; Fri, 19 Feb 2021 02:03:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lCv8I-0002nu-St for pgsql-hackers@arkaria.postgresql.org; Fri, 19 Feb 2021 02:03:02 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lCv8I-0002iS-M9 for pgsql-hackers@lists.postgresql.org; Fri, 19 Feb 2021 02:03:02 +0000 Received: from mx0a-0050f201.pphosted.com ([148.163.145.86]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lCv8G-0005NW-0L for pgsql-hackers@lists.postgresql.org; Fri, 19 Feb 2021 02:03:01 +0000 Received: from pps.filterd (m0203369.ppops.net [127.0.0.1]) by mx0b-0050f201.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 11J205JT014111 for ; Fri, 19 Feb 2021 11:02:58 +0900 Received: from sraihe.sra.co.jp (sraihe.sra.co.jp [221.255.117.38]) by mx0b-0050f201.pphosted.com with ESMTP id 36nyhvd03d-1 for ; Fri, 19 Feb 2021 11:02:58 +0900 Received: from srascb.sra.co.jp (srascb [133.137.8.65]) by sraihe.sra.co.jp (Postfix) with ESMTP id 1464E2A6863 for ; Fri, 19 Feb 2021 11:02:58 +0900 (JST) Received: from sranhm.sra.co.jp (osspc25 [133.137.174.97]) by srascb.sra.co.jp (Postfix) with ESMTP id EBC03580248 for ; Fri, 19 Feb 2021 11:02:57 +0900 (JST) Received: from yugon-CFSV7-1 (sraihb-hub.sra.co.jp [133.137.8.6]) by sranhm.sra.co.jp (Postfix) with SMTP id BE1BDA16DD; Fri, 19 Feb 2021 11:02:57 +0900 (JST) Date: Fri, 19 Feb 2021 11:01:26 +0900 From: Yugo NAGATA To: Andy Fan Cc: PostgreSQL Hackers , Tatsuo Ishii , Konstantin Knizhnik Subject: Re: Implementing Incremental View Maintenance Message-Id: <20210219110126.7152beb4fa4fea5b1133eef3@sraoss.co.jp> In-Reply-To: References: <20201001140627.1f8fafe595f545e026d110c6@sraoss.co.jp> <20201005181618.31f2baf8583358fcfbed26cd@sraoss.co.jp> <024ba056-6b4f-b26c-af17-297c1bbca65a@postgrespro.ru> <20201112.205355.393498768557598337.t-ishii@sraoss.co.jp> <89729da8-9042-7ea0-95af-e415df6da14d@postgrespro.ru> <20201124182133.2b7d2ee8767f4bb946226ecc@sraoss.co.jp> <5663f5f0-48af-686c-bf3c-62d279567e2a@postgrespro.ru> <20201222215136.39a3736a948161fb490dbc75@sraoss.co.jp> <20201222222422.f3e34e2ac2eb4a9f510676a7@sraoss.co.jp> <20210112190308.ee9e98c24080310a487349f3@sraoss.co.jp> <20210122165954.d6386b0e3a530a76890b8fff@sraoss.co.jp> <20210216103155.762054c9d38727c782f0c11b@sraoss.co.jp> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=9899 signatures=668683 X-Proofpoint-Spam-Details: rule=spam_low_notspam policy=spam_low score=0 adultscore=0 phishscore=0 priorityscore=1501 malwarescore=0 lowpriorityscore=0 clxscore=1034 mlxscore=0 spamscore=0 impostorscore=0 suspectscore=0 mlxlogscore=501 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2102190010 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Thu, 18 Feb 2021 19:38:44 +0800 Andy Fan wrote: > On Tue, Feb 16, 2021 at 9:33 AM Yugo NAGATA wrote: > > > Hi, > > > > Attached is a rebased patch (v22a). > > > > Thanks for the patch. Will you think posting a patch with the latest commit > at that > time is helpful? If so, when others want to review it, they know which > commit to > apply the patch without asking for a new rebase usually. I rebased the patch because cfbot failed. http://cfbot.cputube.org/ Regards, Yugo Nagata -- Yugo NAGATA