Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fkDVS-0004Pg-U4 for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Jul 2018 19:06:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fkDVQ-0005Ur-Ku for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Jul 2018 19:06:56 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fkDVQ-0005Uk-AV for pgsql-hackers@lists.postgresql.org; Mon, 30 Jul 2018 19:06:56 +0000 Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fkDVN-0007TE-V9 for pgsql-hackers@postgresql.org; Mon, 30 Jul 2018 19:06:55 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 3F3562118B; Mon, 30 Jul 2018 15:06:53 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Mon, 30 Jul 2018 15:06:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=anarazel.de; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=kfDIqTTwmZt2zFE4f1hdwLhp9MvBk4Tk8vaFelrNjCw=; b=c+6Le8XI BRA/p9QrC3dsS4RKOME0SS0Twgb2J3j2Ct1rr2MQinEthDERf4o7LIaGzwuEwUdL pCGleMWokcVmxXeCoZLJ3Ot4sDdmw/mhgopU8TDcjGXIszW5oGhFZdROJxUPBsUE J32bgk93/Cyf/DvjBtV8CctQN1WMPhOkkVeNULuuPby9EGC/BRB7ZQRDFJCrgrak z3IlR4GacZc03PSUTV35Wz6aoq5GtmlRQhiR4hy6HYVE831tq9955pv0SExGQtG4 +tWquXHmj2ZqCqNz5nfQgNzLLs33LA35Tb5YAzam2n9Phg25Nq7vdS8Xbm4/geZ/ +Ui9D/pWYgCbXA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=kfDIqTTwmZt2zFE4f1hdwLhp9MvBk 4Tk8vaFelrNjCw=; b=ClHQvSxSGASvyiUaMwi+bFc0cQLjW9zzal6A+PUJjVk9c 8aKGG34zsJSS1P6mTqrYQIPWWXj1vnaqR8DbJhvm4DvrI9V17YYwUuw91yaP/4PZ 268aCvveaWiow9vo4SLqM1XFOZj4Xt9mY97J5ZVhaeH5R2JK1J0ZHNqot9g2vAIQ eNFei7RqQnLjUn4vnKS9EJsXRSEQghp+GyetsMFVvf/czo/o4KHdMaPmblt8Dgzo cNefJBd2W51jNiKdyf6FFWocoJlQfoAYFw1ZZkHd9rcV0vZgUUNn+X5YdiI/Xd0Q rS1D3zc4+4Of9aeSIyER6TNACX5nZVz3nTRJZGceA== X-ME-Proxy: X-ME-Sender: Received: from intern.anarazel.de (c-98-210-140-171.hsd1.ca.comcast.net [98.210.140.171]) by mail.messagingengine.com (Postfix) with ESMTPA id F0A381025C; Mon, 30 Jul 2018 15:06:51 -0400 (EDT) Date: Mon, 30 Jul 2018 12:06:50 -0700 From: Andres Freund To: Robert Haas Cc: Etsuro Fujita , Ashutosh Bapat , Rajkumar Raghuwanshi , pgsql-hackers Subject: Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Message-ID: <20180730190650.35qis4bvmc253gve@alap3.anarazel.de> References: <5B17C5EC.1090602@lab.ntt.co.jp> <5B1E5071.1000704@lab.ntt.co.jp> <5B23A964.9020800@lab.ntt.co.jp> <5B28FB19.3090809@lab.ntt.co.jp> <20180703163519.tsigyic5xefunv74@alap3.anarazel.de> <5B3C2A4E.5030901@lab.ntt.co.jp> <5B4F2BE9.3000304@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi, On 2018-07-20 08:38:09 -0400, Robert Haas wrote: > I'm going to study this some more now, but I really think this is > going in the wrong direction. We're going to have to get somewhere on this topic soon. This thread has been open for nearly half a year, and we're late in the beta phase now. What can we do to get to an agreement soon? Greetings, Andres Freund