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

sql: remove/hide support for TIMETZ #28095

Merged
merged 1 commit into from
Aug 13, 2018
Merged

Commits on Aug 13, 2018

  1. sql: remove/hide support for TIMETZ

    This patch removes the support for TIMETZ that was previously
    introduced in the 2.1 branch.
    
    The protobuf ID for table schemas remains reserved, however any
    attempt to access a TIMETZ column in existing tables will cause a node
    to panic. Tables containing TIMETZ columns must be completely dropped,
    they cannot be recovered.
    
    Release note (backward-incompatible change): Support for PostgreSQL's
    TIMETZ data type is removed because it was incomplete/incorrect. This
    was a feature only available in previous 2.1-alpha releases but not
    any stable release, and thus was experimental anyways. Tables
    previously created with the TIMETZ data type must be dropped entirely
    -- it is not possible to convert the data or drop a single TIMETZ
    column.
    knz committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    7c7e748 View commit details
    Browse the repository at this point in the history