Commit c76321a
Anton Voloshin
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.1 parent edbf4fb commit c76321a
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
257 | 260 | | |
| 261 | + | |
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
| |||
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
267 | | - | |
| 271 | + | |
268 | 272 | | |
269 | 273 | | |
270 | 274 | | |
| |||
0 commit comments