Remove useless flag PVC_INCLUDE_CONVERTROWTYPES.

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

Commit: cec5fe0d1e192b3b0005063011f113ac99f6908c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-01-21T18:26:19Z
Remove useless flag PVC_INCLUDE_CONVERTROWTYPES.

This was introduced in the SJE patch (fc069a3a6), but it doesn't
do anything because pull_var_clause() never tests it.  Apparently
it snuck in from somebody's private fork.  Remove it again, but
only in HEAD -- seems best to let it be in v18.

Author: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/70008c19d22e3dd1565ca57f8436c0ba@postgrespro.ru

Files

Discussion