citus/src/backend
Hanefi Önaldı b0a2c1ee5c
Disallow volatile functions on single shard update queries
We currently do not support volatile functions in update/delete statements
because the function evaluation logic does not know how to distinguish
volatile functions (that need to be evaluated per row) from stable functions
(that need to be evaluated per query), and it is also not safe to push the
volatile functions down on replicated tables.
2020-09-29 15:40:21 +03:00
..
distributed Disallow volatile functions on single shard update queries 2020-09-29 15:40:21 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00