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: fix pg_catalog formatting of BYTES expressions #126697

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

mgartner
Copy link
Collaborator

@mgartner mgartner commented Jul 3, 2024

sql: fix pg_catalog formatting of BYTES expressions

This commit fixes a regression introduced in #126297 that caused
incorrect formatting of BYTES expressions in pg_catalog.

Fixes #126344

There is no release note because this bug is not present in any
releases.

Release note: None

sqlsmith: unskip TestGenerateParse

Release note: None

@mgartner mgartner requested a review from a team July 3, 2024 18:45
@mgartner mgartner requested review from a team as code owners July 3, 2024 18:45
@mgartner mgartner requested review from michae2 and removed request for a team July 3, 2024 18:45
@cockroach-teamcity
Copy link
Member

This change is Reviewable

This commit fixes a regression introduced in cockroachdb#126297 that caused
incorrect formatting of BYTES expressions in pg_catalog.

Fixes cockroachdb#126344

There is no release note because this bug is not present in any
releases.

Release note: None
@mgartner mgartner force-pushed the 126344-fix-pg-catalog-format branch from c8ce706 to 48fa011 Compare July 4, 2024 20:08
@mgartner mgartner requested a review from yuzefovich July 8, 2024 21:08
Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 2 of 2 files at r1, 2 of 2 files at r2, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @michae2)

@mgartner
Copy link
Collaborator Author

mgartner commented Jul 9, 2024

TFTR!

bors r+

@craig craig bot merged commit 873e7f5 into cockroachdb:master Jul 9, 2024
22 checks passed
@mgartner mgartner deleted the 126344-fix-pg-catalog-format branch July 10, 2024 15:20
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.

internal/sqlsmith: TestGenerateParse failed
3 participants