Feng Ruohang
Feng Ruohang
Got compile error when building against PostgreSQL 17 ``` Makefile:65: /contrib/contrib-global.mk: No such file or directory make: *** No rule to make target '/contrib/contrib-global.mk'. Stop. [vagrant@el8 duckdb_fdw-1.0.0]$ make USE_PGRX=1 Makefile:65:...
Fail to build against PostgreSQL 17 ``` [kafka_fdw for PG17] =========================================== $ rpmbuild --with debuginfo --define "pgmajorversion 17" -ba ~/rpmbuild/SPECS/kafka_fdw.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OCMOhn + umask 022 + cd /home/vagrant/rpmbuild/BUILD...
Otherwise got compile error against PostgreSQL 16/17 ``` $ rpmbuild --with debuginfo --define "pgmajorversion 16" -ba ~/rpmbuild/SPECS/acl.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nLdAkk + umask 022 + cd /home/vagrant/rpmbuild/BUILD + cd /home/vagrant/rpmbuild/BUILD...
Fail to build against PostgreSQL 16/17 ``` $ rpmbuild --with debuginfo --define "pgmajorversion 17" -ba ~/rpmbuild/SPECS/acl.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hqzFeb + umask 022 + cd /home/vagrant/rpmbuild/BUILD + cd /home/vagrant/rpmbuild/BUILD +...
Fix compile error against PostgreSQL 16/17
Fail to build against PostgreSQL 16/17 ``` $ rpmbuild --with debuginfo --define "pgmajorversion 16" -ba ~/rpmbuild/SPECS/pg_zstd.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Jhztfj + umask 022 + cd /home/vagrant/rpmbuild/BUILD + cd /home/vagrant/rpmbuild/BUILD +...
Fail to build against PostgreSQL 16/17 ``` rm -rf /home/vagrant/rpmbuild/RPMS/x86_64/pg_emailaddr*.rpm [pg_emailaddr for PG16] =========================================== $ rpmbuild --with debuginfo --define "pgmajorversion 16" -ba ~/rpmbuild/SPECS/pg_emailaddr.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7hqfeH + umask 022...
**Is your feature request related to a problem? Please describe.** missing packages for ubuntu 24.04 noble apt repo (packagecloud) **Describe the solution you'd like** compile and add them to the...