Closed
Description
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
Labels
No labels