Landry Breuil

Results 295 comments of Landry Breuil

> @landryb is the problem you have with the gap between the tabs and the search being too big or is it the actual height you are after? i think...

That would be definitely nice to have the tags & releases.. i'm trying to port pydio-sync to OpenBSD, where i cant use the linux binaries, and having full source releases...

`/datahub/` is ... "Datahub" :)

i see several problems on how to properly fix that, since lots of apps dont know how to read `default.properties` so that means duplicating the `{instanceName}` value here and there...

fwiw, if there's a sld in the zip, when geonetwork geopublishes into geoserver then the sld is created too and assigned to the layer. Maybe the same idea could be...

Fwiw, same error with 10.

That's probably just a small adaptation to make like it was done for 9.5 in f510c583

``` --- a/src/ldap_fdw.c +++ b/src/ldap_fdw.c @@ -105,6 +105,9 @@ ldapGetForeignPaths(PlannerInfo *root, add_path(baserel, (Path *) create_foreignscan_path(root, baserel, +#if PG_VERSION_NUM >= 90600 + NULL, /* PathTarget */ +#endif baserel->rows, startup_cost, total_cost, NIL,...

`make CFLAGS=-DLDAP_DEPRECATED` fixes some warnings as it uses deprecated `ldap.h` methods, but there are still 3 warnings related to psql apis: ``` gcc -DLDAP_DEPRECATED -fPIC -I. -I./ -I/usr/include/postgresql/10/server -I/usr/include/postgresql/internal -Wdate-time...

> So we got like year 2020 AD approaching, PostgreSQL 12 due to be released this month, and still no LDAP FDW extension. Well, this is free software, if you...