-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
@thomasboussekey
Description
Hello,
I encounter a compilation issue on pg_pathman, here is the result of the command make install USE_PGXS=1:
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DLINUX_OOM_SCORE_ADJ=0 -fpic -I. -I./ -I/usr/include/pgsql/server -I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o init.o init.c
init.c: In function ‘create_relations_hashtable’:
init.c:259:88: error: ‘HASH_BLOBS’ undeclared (first use in this function)
relations = ShmemInitHash("Partitioning relation info", 1024, 1024, &ctl, HASH_ELEM | HASH_BLOBS);
^
init.c:259:88: note: each undeclared identifier is reported only once for each function it appears in
init.c: In function ‘create_range_restrictions_hashtable’:
init.c:561:43: error: ‘HASH_BLOBS’ undeclared (first use in this function)
1024, 1024, &ctl, HASH_ELEM | HASH_BLOBS);
^
<builtin>: recipe for target 'init.o' failed
make: *** [init.o] Error 1
Is there a problem on my laptop?
Thanks in advance for your help,
Have a nice week-end,
Regards,
Thomas
Metadata
Metadata
Assignees
Labels
No labels