ImreSamu

Results 211 comments of ImreSamu

Thank you for your suggestion Your idea has a rational basis, but many other factors must be considered and carefully evaluated before a final decision is made. - In the...

Replicated ! ```bash # Download required Docker images docker pull tpcorg/hammerdb:v5.0-postgres docker pull orioledb/orioledb:beta11-pg17-ubuntu # IMPORTANT: Make sure that the default PostgreSQL port (localhost:5432) # is free and not used...

> By the way, does it reproduce on Oriole Beta11 + PG16? Yes. I was able to reproduce it using * `orioledb/orioledb:beta11-pg16-ubuntu` "PostgreSQL 16.4 OrioleDB public beta 11 PGTAG=patches16_36 "...

SQL code - to replicate : * tested with `orioledb/orioledb:beta11-pg17-ubuntu` ```sql -- USING orioledb; --> "ERROR: SubPlan found with no parent plan" -- USING heap; - --> OK! DROP TABLE...

Thank you, the patch is working ! Tested - main: commit 549572be21837ad716c7d0d42153116d5362fad8 + with special tunings. ``` HAMMERDB RESULT [ "6888B422EE9C03E293031313", "2025-07-29 11:44:34", "16 Active Virtual Users configured", "TEST RESULT...

Thank you for the PR. When I tested the QEMU solution [some time ago,](https://github.com/postgis/docker-postgis/pull/312) I ran into a few emulation issues. Because of that, I am much more cautious with...

Thanks for posting this PR ! > I hope, you can see the result here: https://github.com/niccokunzmann/docker-postgis/actions Could you please run a full test when you push the new PostGIS images...

( Regarding the Docker manifest topic ) My [current test solution](https://github.com/ImreSamu/docker-postgis) generates separate images: * Internal **amd64** https://hub.docker.com/r/imresamu/postgis-amd64/tags * Internal **arm64** https://hub.docker.com/r/imresamu/postgis-arm64/tags Then, I create a manifest to merge them...

Testing with `alpine:edge` and using the latest versions of gcc(13.2.1) and clang(18.1.8) can reveal new compilation warnings. Example: "docker 16-gcc-alpine-edge" gcc(13.2.1) - ( via workflow: https://github.com/ImreSamu/orioledb/actions/runs/9830514328/job/27136782931 ) ```log 024-07-07T21:48:19.4228585Z #11...

I have configured what I could in the Docker-testgres environment. Unfortunately, in older Ubuntu environments, a few s3_* tests from 'testgrescheck_part_2' do not run successfully. Therefore, if Python < 3.11,...