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: change information_schema routines data types #67641

Merged
merged 1 commit into from
Jul 15, 2021

Conversation

mnovelodou
Copy link
Contributor

Previously, information_schema routines at columns interval_precision,
result_cast_char_octet_length and result_cast_datetime_precision have
STRING data type
This was inadequate because at postgres these columns are expected to
be INT data type
To address this, this patch changes the data types to INT

Release note (sql change): Changed information_schema.routines data
types at columns interval_precision, result_cast_char_octet_length
and result_cast_datetime_precision to INT

Previously, information_schema routines at columns interval_precision,
result_cast_char_octet_length and result_cast_datetime_precision have
STRING data type
This was inadequate because at postgres these columns are expected to
be INT data type
To address this, this patch changes the data types to INT

Release note (sql change): Changed information_schema.routines data
types at columns interval_precision, result_cast_char_octet_length
and result_cast_datetime_precision to INT
@blathers-crl
Copy link

blathers-crl bot commented Jul 15, 2021

Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR.

My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

@blathers-crl blathers-crl bot added the O-community Originated from the community label Jul 15, 2021
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@RichardJCai
Copy link
Contributor

bors r+

@craig
Copy link
Contributor

craig bot commented Jul 15, 2021

Build succeeded:

@craig craig bot merged commit bfab2ed into cockroachdb:master Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-community Originated from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants