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: add version check for ON UPDATE #69196

Closed
pawalt opened this issue Aug 20, 2021 · 1 comment
Closed

sql: add version check for ON UPDATE #69196

pawalt opened this issue Aug 20, 2021 · 1 comment
Assignees
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@pawalt
Copy link
Contributor

pawalt commented Aug 20, 2021

#69091 implements ON UDPATE expressions on columns. This adds a field to the ColumnDescriptor proto, so we have to make sure that all nodes are on the most recent version before using it. Therefore, we need to add a version check for 21.2 before accepting ON UDPATE expressions.

@pawalt pawalt added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Aug 20, 2021
@pawalt pawalt self-assigned this Aug 20, 2021
@pawalt
Copy link
Contributor Author

pawalt commented Aug 27, 2021

Resolved by #69339

@pawalt pawalt closed this as completed Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

1 participant