Re: Remove no-op pull_var_clause flag

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-21T18:27:04Z
Lists: pgsql-hackers
Alexander Pyhalov <a.pyhalov@postgrespro.ru> writes:
> 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.

Right, done.

			regards, tom lane



Commits

  1. Remove useless flag PVC_INCLUDE_CONVERTROWTYPES.