Re: Function scan FDW pushdown

2021-10-04 Thread Alexander Pyhalov
Ashutosh Bapat писал 2021-06-15 16:15: Hi Alexander, Hi. The current version of the patch is based on asymetric partition-wise join. Currently it is applied after v19-0001-Asymmetric-partitionwise-join.patch from on https://www.postgresql.org/message-id/792d60f4-37bc-e6ad-68ca-c2af5cbb2...@

Re: Function scan FDW pushdown

2021-06-15 Thread Ashutosh Bapat
Hi Alexander, On Thu, May 20, 2021 at 11:13 PM Alexander Pyhalov wrote: > > Hi. > > The attached patch allows pushing joins with function RTEs to PostgreSQL > data sources. > This makes executing queries like this > > create foreign table f_pgbench_accounts (aid int, bid int, abalance int, > fill

Function scan FDW pushdown

2021-05-20 Thread Alexander Pyhalov
r Pyhalov, Postgres ProfessionalFrom 6b5ea4c62a1fcd3dad586d4f461cb142834ac266 Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov Date: Mon, 17 May 2021 19:19:31 +0300 Subject: [PATCH] Function scan FDW pushdown --- contrib/postgres_fdw/deparse.c| 82 -- .../postgres_fdw/expected/postgres_fdw.out