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

backport-2.1: sql: fix pg_catalog.pg_attribute #34734

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

knz
Copy link
Contributor

@knz knz commented Feb 8, 2019

This uses column IDs directly for the attnum column, so that the
value remains stable across column drops.

This is a sub-set of the changes in #33697.

Required by ORMs, requested for by the TypeORM dev looking at crdb
compat in TypeORM: #34710

cc @cockroachdb/release

This uses column IDs directly for the `attnum` column, so that the
value remains stable across column drops.

This is a sub-set of the changes in cockroachdb#33697.

Required by ORMs, requested for by the TypeORM dev looking at crdb
compat in TypeORM.

Release note (bug fix): the value of the `attnum` column in
`pg_catalog.pg_attribute` now remains stable across column drops.
@knz knz requested review from a team February 8, 2019 13:37
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@bobvawter bobvawter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @jordanlewis)

@knz
Copy link
Contributor Author

knz commented Feb 11, 2019

tfyr!

@knz knz merged commit 7cef86a into cockroachdb:release-2.1 Feb 11, 2019
@knz knz deleted the 20190208-backport-33697 branch February 11, 2019 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants