Karina
Karina
Before commit 2203ede9 in PG14 running isolation test using PGXS was not working - an error occurred. This is a hack to avoid the error.
Hi! I see the new release [v13.1.0](https://github.com/citusdata/citus/releases/tag/v13.1.0) on github, but I can't find anything about it on [citusdata.com](https://www.citusdata.com). The latest release mentioned at [citusdata.com/updates](https://www.citusdata.com/updates) is v13.0 (with no information about...
Previous approach could have caused problems with other extensions that are using queryDesc->totaltime during query execution. Use another way to count the time used before postgres' executor.
`citus_schema_move()` function was added in v12.1.0, but the docs for v12.1 is missing it. This is a cherry-pick of #1118