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: make pg_catalog OIDs stable and refer to the descriptor IDs directly #33420

Closed
wants to merge 1 commit into from

Commits on Jan 3, 2019

  1. sql: make pg_catalog OIDs stable and refer to the descriptor IDs dire…

    …ctly
    
    Databases and tables OID use descriptor id directly. It's fine because we create the id with sql.GenerateUniqueDescID.
    
    Virtual tables use static negative ID. Do not use the same math.MaxUint32 anymore.
    
    Release note(sql change): Databases and tables pg_catalog OID values are changed.
    hueypark committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    618f666 View commit details
    Browse the repository at this point in the history