[HACKERS] Implementing delete in columnar store fdw - Mailing list pgsql-hackers

From Hari Krishnan
Subject [HACKERS] Implementing delete in columnar store fdw
Date
Msg-id 3BF3C26A-5E69-47E3-91BE-DEA42E74C22D@gmail.com
Whole thread Raw
In response to Re: [HACKERS] Removing binaries (was: createlang/droplang deprecated)  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Hello,
I want to implement delete functionality for a column store fdw in postgres. It is similar to file_fdw. I want to use
the“AddForeignUpdateTargets” function to implement this , but the junk filter shouldn’t be a column present in the
table. Is it possible to add a Expr/Var to the junk filter that is not present in the schema of the table , that i will
generateon the fly ?? 

If yes, how can i do that ?? Thanks in advance.

Regards,
Harikrishnan


pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] segfault in hot standby for hash indexes
Next
From: sri harsha
Date:
Subject: [HACKERS] Implementing delete in columnar store fdw