forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitea4ae10
committed
Fix problems with CURRENT_DATE and related functions being used in
table defaults or rules: translate them to a function call so thatparse_coerce doesn't reduce them to a date or time constant immediately.Also, eliminate a lot of redundancy in the expression grammar bydefining a new nonterminal com_expr, which contains all the productionsthat can be shared by a_expr and b_expr.1 parent3267e29 commitea4ae10
1 file changed
+253
-378
lines changed0 commit comments
Comments
(0)