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-20.2: importccl: fix INSERT with missing columns with IMPORT PGDUMP #56034

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

otan
Copy link
Contributor

@otan otan commented Oct 28, 2020

Backport 1/1 commits from #55921.

/cc @cockroachdb/release


We've introduced the functionality in v20.2 to INSERT PGDUMP with
less columns than there are total. As a result, we've introduced a bug
where missing a column in the INSERT would result in a panic.

Release note (bug fix): Fixed a bug where a IMPORTING a PGDUMP with
INSERTs not targeting all columns in the database would panic.

We've introduced the functionality in v20.2 to INSERT PGDUMP with
less columns than there are total. As a result, we've introduced a bug
where missing a column in the INSERT would result in a panic.

Release note (bug fix): Fixed a bug where a IMPORTING a PGDUMP with
INSERTs not targeting all columns in the database would panic.
@otan otan requested review from dt and a team October 28, 2020 01:04
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@adityamaru adityamaru self-requested a review November 3, 2020 15:53
@otan otan merged commit 9748a32 into cockroachdb:release-20.2 Nov 3, 2020
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.

None yet

3 participants