3.6.4 Release
Greg Troxel
gdt at lexort.com
Sat Jun 6 11:30:42 PDT 2026
Greg Troxel <gdt at lexort.com> writes:
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -Dz_off_t=long -I/usr/include -I/usr/pkg/include/libxml2 -I/usr/include/readline -I/usr/pkg/include -fPIC -DPIC -fvisibility=hidden -I../liblwgeom -I../liblwgeom -std=gnu11 -g -O2 -fno-math-errno -fno-signed-zeros -Wall -O2 -I../libpgcommon -I../deps/flatgeobuf -I../deps/wagyu -I../deps/uthash/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include/json-c -I/usr/pkg/include -DNDEBUG -fPIC -DPIC -I. -I./ -I/usr/pkg/include/postgresql/server -I/usr/pkg/include/postgresql/internal -Dz_off_t=long -I/usr/include -I/usr/pkg/include/libxml2 -I/usr/include/readline -I/usr/pkg/include -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/include -c -o mvt.o mvt.c
> In file included from /usr/pkg/include/postgresql/server/storage/shmem.h:24,
> from /usr/pkg/include/postgresql/server/storage/lock.h:25,
> from /usr/pkg/include/postgresql/server/catalog/namespace.h:18,
> from mvt.h:35,
> from mvt.c:30:
> mvt.c: In function ‘get_key_index_with_size’:
> /usr/pkg/include/postgresql/server/utils/hsearch.h:98:23: error: called object is not a function or function pointer
> 98 | #define HASH_FUNCTION 0x0040 /* Set user defined hash function */
> | ^~~~~~
Building 3.6.3 in pkgsrc does not have this issue, and thus I think it's
either caused or provoked by my build environment.
More information about the postgis-devel
mailing list