sqlite_fdw
sqlite_fdw copied to clipboard
Cannot build for PG16r1
I cannot build the compoent for PG16r1.
Are you planning to update the extension any time soon?
@JamesInform , please show the main compilation problems by your opinion. How many problems there are?
Hi!
@JamesInform , this is make stop because anybody have never try to compile against PG16r1 ;-) Please add in https://github.com/pgspider/sqlite_fdw/blob/90dad0a3ae7b8ffd129149088e094276c439ed61/Makefile#L40 in your clone and ./test.sh How many tests will be failed? Maybe compilation will be impossible?
@JamesInform , you should also copy tests from 15.0 to your version identify directory, see https://github.com/pgspider/sqlite_fdw#tests and my extended draft https://github.com/mkgrgis/sqlite_fdw/tree/readme-fix-and-additions#tests.
Thanks. When I run ./test.sh I get:
Building throws an error:
@JamesInform , what was the method of Pg source getting in you case? git? wget ... tar.gz? Something other? Have you tested make check of PostgreSQL sources itself? Please also refer my draft about testing environment https://github.com/mkgrgis/sqlite_fdw/blob/readme-fix-and-additions/TESTING.md
Are you able to compile the source against PG16rc1?
@JamesInform , I don't know about pgspider team, but I haven't tried to compile the source against PG16rc1. Anyway this need test file copying and analyse after resolving compilation problems if there are.
Maybe you can try to compile. It seems you are more familiar with testing and error identification than me.
It seems you are more familiar with testing and error identification than me.
I had have no testing experience at all some month before. In C projects usually somebody are welcome for questions and experiments. This is 2 sources of my testing experience. I have no experience to adopt some FDW to a new release.
@JamesInform , We have been developing to support 16beta2 and will publish it by the end of this month.
Great. Thanks for informing!
@t-kataym v16 is due tomorrow. What is the status of the patch?
Regards, Devrim
Almost is done for v16beta2. We are in progress to confirm on v16.0 and will release in the next week.
We have just released new sqlite_fdw supporting PostgreSQL16.0.
Thanks! I can confirm that it builds cleanly.
@devrimgunduz , could you please also give some advices around of https://github.com/pgspider/sqlite_fdw/pull/80 ?
@t-kataym I think this is solved and outdated issue after CI.yml using.