• A
    Add tablespace OID to gp_relation_node and its index. · 8fe321af
    Ashwin Agrawal 提交于
    Relfilenode is only unique within a tablespace. Across tablespaces same
    relfilenode may be allocated within a database. Currently, gp_relation_node only
    stores relfilenode and segment_num and has unique index using only those fields
    without tablespace. So, it breaks for situations where same relfilenode gets
    allocated to table within database.
    8fe321af
relcache.c 151.8 KB