Alex Kasko

Results 76 comments of Alex Kasko

This problem breaks [make check-world](https://www.postgresql.org/docs/15/regress-run.html#id-1.6.20.5.5) test suite runs, with `--enable-tap-tests` the first `pg_basebackup` invocation there fails like this: ``` # Taking pg_basebackup brinbkp from node "whiskey" # Running: pg_basebackup -D...

@sftim I've rebased the PR to the latest `BABEL_4_X_DEV` and the tests are passing now (previous failure was unrelated to this change).

@madanparedla , if you can share specific requirements for Ubuntu deployment (here, or in [babelfish-for-postgresql discussions](https://github.com/babelfish-for-postgresql/babelfish-for-postgresql/discussions) or in [babelfish_postgresql_towel](https://github.com/bill-ramos-rmoswi/babelfish_postgresql_towel)) others may be able to suggest solutions. IMHO "Ubuntu production deployment"...

@tanscorpio7 I've rebased PR branch to the latest.

@tanscorpio7 I've rebased the changes.

@tanscorpio7 I've added `-B` and `-ntp` flags in 3 more places where maven invocations were added since the initial patch. It looks like the progress is suppressed for all invocations...

I've checked that the change from #2931 does not fix this issue, but the new hook is called, so perhaps it can be modified to cover `tinyint`. If it is...

I believe this is the same problem (concurrent auto-load) as duckdb/duckdb#17324 and it was fixed some time ago. The whole scenario with MySQL still has problems with concurrent `ATTACH IF...

To clarify, the problem here is not that Babelfish accepts `datetime2(7)` column definition and then processes it as `datetime(6)`. This is reasonable approach to use Postgres native `timestamp` data type...

Just for the record, was looking at this from JDBC side, adding details [from Discord](https://discord.com/channels/909674491309850675/1364763206664589352/1364848648093171796). Assuming that [IAM roles for service accounts (IRSA)](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) has worked with `v1.2.0` and got broken...