Tags: cybertec-postgresql/pg_timetable
Tags
[+] switch to `VirtualXID` from `TransactionXID`, solves #674 (#675) Turned out issuing `txid_current()` at the beginning of every chain transaction is creating a session that's sits idle in transaction for the duration of the entire chain. In current case, with a single task `{kind == PROGRAM}`, that idle transaction doesn't do anything aside from pin the `xmin` horizon and block vacuum for 6+ hours. The same issue occurs for SQL tasks that are `Remote` or `Autonomous`.
[+] bump `jackc/pgx/v5` from 5.6.0 to 5.7.1 (#669) upgraded github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1 upgraded github.com/pashagolub/pgxmock/v4 v4.0.0 => v4.3.0 upgraded golang.org/x/crypto v0.27.0 => v0.31.0 upgraded golang.org/x/sync v0.8.0 => v0.10.0 upgraded golang.org/x/sys v0.25.0 => v0.28.0 upgraded golang.org/x/text v0.18.0 => v0.21.0 upgraded github.com/cybertec-postgresql/pgx-migrator v1.0.0 => v1.0.2 upgraded github.com/fsnotify/fsnotify v1.7.0 => v1.8.0 upgraded github.com/jessevdk/go-flags v1.5.0 => v1.6.1 upgraded github.com/magiconair/properties v1.8.7 => v1.8.9 upgraded github.com/pelletier/go-toml/v2 v2.2.2 => v2.2.3 upgraded github.com/sagikazarmark/locafero v0.4.0 => v0.6.0 upgraded github.com/sethvargo/go-retry v0.2.4 => v0.3.0 upgraded github.com/spf13/cast v1.6.0 => v1.7.0 upgraded github.com/spf13/viper v1.18.2 => v1.19.0 upgraded golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 => v0.0.0-20241210194714-1829a127f884 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlo Golub <[email protected]>
PreviousNext