Михаил

Results 272 comments of Михаил

Any decision @jeevanchalke ?

@LonwoLonwom look like this issue can be closed with limitation to https://github.com/dbeaver /dbeaver/issues/8143

> @mkgrgis what do you mean by "SSL support"? @ShadelessFox , only https://github.com/dbeaver/dbeaver/issues/8143 and nothing more.

> I've assigned a milestone to the linked ticket. Thanks, @ShadelessFox !

Thanks, @MinhLA1410 ! I understand this testing architecture. As we have got now, `postgres.h` access problem from PostGIS was not resolved yet. This was also my big problem.

@MinhLA1410, I have adopted my PR to this CI scripts, but there is still no properly installed PostGIS in temporary installation directory of a PostgreSQL version, [see](https://github.com/pgspider/sqlite_fdw/actions/runs/10279524046/job/28445052119?pr=96): > +ERROR: could...

> Could you try it? Yes, @MinhLA1410 , thanks. Maybe ```make ifdef ENABLE_GIS check: temp-install temp-install: EXTRA_INSTALL+=contrib/postgis checkprep: EXTRA_INSTALL+=contrib/postgis endif ``` will be better? I have `nogis` test only for...

@MinhLA1410 , now there is [temp-install problem](https://github.com/pgspider/sqlite_fdw/actions/runs/10282451098/job/28454191216?pr=96), `ifdef ENABLE_GIS` works normal.

@MinhLA1410, all testing environment problems are resolved. Now I am doing experiments with TCs with PostGIS and without PostGIS.