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

release-21.2: sql: populate indexprs column of pg_catalog.pg_index #72870

Merged
merged 1 commit into from Nov 22, 2021

Commits on Nov 17, 2021

  1. sql: populate indexprs column of pg_catalog.pg_index

    This commit also fixes the formatting of user-defined types in the
    `indexdef` column of `pg_catalog.pg_indexes` and the `indpred` column of
    `pg_catalog.pg_index`.
    
    Release note (bug fix): The `indexprs` column of `pg_catalog.pg_index`
    is now populated with string representations of every expression element
    in the index. If the index is not an expression index, `indexprs` is
    `NULL`. The `indexdef` column of `pg_catalog.pg_indexes` and the
    `indpred` column of `pg_catalog.pg_index` now correctly display
    user-defined types.
    mgartner authored and rafiss committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    42808b8 View commit details
    Browse the repository at this point in the history