Skip to content

1.5.0 build error on RHEL 7 #177

Closed
Closed
@devrimgunduz

Description

@devrimgunduz

Hi,

Getting this on RHEL 7:

  • /usr/bin/make USE_PGXS=1 -j3
    src/partition_filter.c: In function 'select_partition_for_insert':
    src/partition_filter.c:532:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized]
    parts = find_partitions_for_value(value, prel->ev_type, prel, &nparts);
    ^
    src/pg_pathman.c: In function 'append_child_relation':
    src/pg_pathman.c:539:6: error: 'PlannerInfo' has no member named 'append_rel_array'
    root->append_rel_array[child_rti] = appinfo;
    ^
    make[1]: *** [src/pg_pathman.o] Error 1

Regards,

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