The Postgres function ChangeVarNodes (declared in header file include/server/rewrite/rewriteManip.h) seems to be missing from pgrx::pg_sys.
Probably because https://github.com/pgcentralfoundation/pgrx/blob/develop/pgrx-pg-sys/include/pg17.h does not include rewriteManip.h at all.
Is it intentional or a bug?
The Postgres function
ChangeVarNodes(declared in header fileinclude/server/rewrite/rewriteManip.h) seems to be missing frompgrx::pg_sys.Probably because https://github.com/pgcentralfoundation/pgrx/blob/develop/pgrx-pg-sys/include/pg17.h does not include
rewriteManip.hat all.Is it intentional or a bug?