Remove no-op pull_var_clause flag
Alexander Pyhalov <a.pyhalov@postgrespro.ru>
From: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-21T14:53:41Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-PVC_INCLUDE_CONVERTROWTYPES-no-op.patch (text/x-diff) patch 0001
Hi. While merging PostgreSQL to our (Shardman) fork, I've noticed that it uses the same pull_var_clause() flag as we do (coming from https://www.postgresql.org/message-id/CAFjFpRc8ZoDm0%2Bzhx%2BMckwGyEqkOzWcpVqbvjaxwdGarZSNrmA%40mail.gmail.com). I was a bit surprised, the patch hasn't landed to master. But flag somehow slipped in (but only as no-op). The attached patch removes useless flag. -- Best regards, Alexander Pyhalov, Postgres Professional
Commits
-
Remove useless flag PVC_INCLUDE_CONVERTROWTYPES.
- cec5fe0d1e19 19 (unreleased) landed