-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue with 1.6.3 on Postgres PRO EE 13 #376
Comments
Well that's peculiar. In the community PostgreSQL 13, Has Postgres PRO EE 13 redefined it to a wider type? Can you check how it is defined in The Java So it seems either PostgresPRO must have increased the width of |
Thanks for your answer.
Yes, you are right. In
What can i do with it? |
It won't be completely trivial, as it will require corresponding changes in some of the C and Java code of PL/Java.I should review what the PL/Java subtransaction listener API currently exposes, to make sure a change doesn't break existing users' code. Related discussion opened on pgsql-hackers. |
I am getting back to this issue. Would you be able to look in the Postgres Pro
(In the source I linked, those last three are on lines 415-417.) Also that the
Thanks! |
Hi, @jcflack! I have the same problem with 64-bit transaction id in Postgres Pro EE 13.
Can you help me with using pl/java with 64-bit transaction ids? Thank you! |
Hi! Do you have any ideas?
$ java -version
openjdk version "17.0.1" 2021-10-19 LTS
OpenJDK Runtime Environment (build 17.0.1+12-LTS)
OpenJDK 64-Bit Server VM (build 17.0.1+12-LTS, mixed mode, sharing)
$ javac -version
javac 17.0.1
$ mvn -version
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /home/sysadmin/pg_pljava_extension/apache-maven-3.8.3
Java version: 17.0.1, vendor: BellSoft, runtime: /usr/lib/jvm/bellsoft-java17-amd64
Default locale: ru_RU, platform encoding: UTF-8
OS name: "linux", version: "4.15.3-141-generic", arch: "amd64", family: "unix"
$ gcc --version
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
OS: Astra Linux CE 2.12
DB: Postgres PRO EE 13
PL/Java: 1.6.3
The text was updated successfully, but these errors were encountered: