You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
pawalt
added
the
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
label
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.
The text was updated successfully, but these errors were encountered: