postgres_osm_pbf_fdw
postgres_osm_pbf_fdw copied to clipboard
OSM PBF Foreign Data Wrapper
Hi, Build fails against GCC 10. Output is below. Can you please suggest a fix? Thanks! Regards, Devrim ``` [libprotobuf WARNING google/protobuf/compiler/parser.cc:646] No syntax specified for the proto file: fileformat.proto....
Foreign table gets created ok, but when trying to select from this table it crashes postgres server process. Running in docker, building from official alpine postgresql image.
Any plan to support an index on id ?
Hi, osm_obf_fdw fails to build against GCC 13 (Fedora 38). Can you please take a look? Thanks! `gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv...
Hi, v15 is 2 weeks away. osm_fdw does not build against v15. Can you pleae take a look? Thanks! ``` /usr/lib64/ccache/clang -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -O2 -Isrc/osm_reader -DPGV= -I....