Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Compilation issue on PostgreSQL 9.5.1 on Fedora23 x64 #1

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /