Devrim Gündüz
Devrim Gündüz
Hi, 2.0.3 fails to build against PostgreSQL 17. v17 beta2 is already out. Can you please take a look? Thanks! Devrim [tds-fdw-pg17.txt](https://github.com/user-attachments/files/16415661/tds-fdw-pg17.txt)
Hi, 5.5.2 fails to build against PostgreSQL 17 RC1. Log is attached. Please note that some of them are probably GCC 14 warnings that may need to be fixed. [mongo_fdw-5.5.2-pg17-build-error.txt](https://github.com/user-attachments/files/17100553/mongo_fdw-5.5.2-pg17-build-error.txt)...
Hi, v17 GA is due soon. The attached patch fixed build problems on my servers, but I don't know whether it is enough to support v17 or not. Can you...
Hi, pg_bulkload fails to build against PostgreSQL 17. Logs are below. v17 beta2 is already out. Can you please take a look? Thanks, Devrim > /usr/bin/clang -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard...
Hi, pgquarrel 0.7.0 fails to build against GCC 14. Attached is the logs. Can you please take a look? Thanks! Devrim [pgquarrel-gcc14.txt](https://github.com/user-attachments/files/17090211/pgquarrel-gcc14.txt)
Hi, 2.2.2a fails to build against Python 3.13: > File "/BUILD/pghoard-2.5.1-build/pghoard-2.5.1/version.py", line 9, in > import imp > ModuleNotFoundError: No module named 'imp' Can you please take a look? Thanks!...
Hi, 2.3.2 is throwing some warnings on my Fedora 40 box (GCC 14.1). Can you please take a look? Thanks! > g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall...
Hi, 4.2.2 builds fine against PostgreSQL 18, but looks like ``` cmake/FindPostgreSQL.cmake ``` requires a small patch so that 18 is also supported. It's quite trivial so not sending a...
Hi, I am getting these while compiling pg_rewrite 1.1.0 against PostgreSQL 17. Can you please take a look? Thanks! Devrim ``` gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3...
Hi @ibarwick , I hope you are doing well. firebird_fdw fails to build against PostgreSQL 18 beta1. (after updating Makefile and adding entry for v18). Can you please take a...