You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PGPRO-7123: unexport ExecInitUpdateProjection for timescaledb
In vanilla PostgreSQL ExecInitUpdateProjection is a static function.
However, pgpro does export that function due to pg_pathman needs.
Starting with 15th version, we rename exported function, adding Pgpro prefix
to avoid compatibility issues with timescaledb.
0 commit comments