Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema qualify UDTs in multi-node #3627

Merged
merged 1 commit into from
Oct 4, 2021

Commits on Oct 4, 2021

  1. Schema qualify UDTs in multi-node

    "create_distributed_hypertable" fails on the datanodes if the columns
    involved in the underlying non-default schema-qualified PG table are
    using user defined types (UDTs) from another non-standard schema.
    
    This happens because we explicitly set the namespace during the table
    creation on the datanode which doesn't allow us to lookup other
    schemas. We now unconditionally schema-qualify the UDT while sending
    the SQL from access node to the datanode to avoid this.
    
    Includes test case changes.
    
    Issue reported by and general fix provided by @phemmer
    
    Fixes timescale#3543
    nikkhils committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    fbc8822 View commit details
    Browse the repository at this point in the history