From 72184f3f8d04d0f921ded60fd69d15a7b74e6bf9 Mon Sep 17 00:00:00 2001 From: Brian Cloutier Date: Thu, 28 Apr 2016 04:27:50 -0700 Subject: [PATCH] oops --- src/test/regress/expected/multi_modifications.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/multi_modifications.out b/src/test/regress/expected/multi_modifications.out index 4ec630e70..227230bb1 100644 --- a/src/test/regress/expected/multi_modifications.out +++ b/src/test/regress/expected/multi_modifications.out @@ -335,7 +335,7 @@ SELECT symbol, bidder_id FROM limit_orders WHERE id = 246; gm | 247 (1 row) --- updates referencing non-IMMUTABLE function are unsupported +-- updates referencing non-IMMUTABLE functions are unsupported UPDATE limit_orders SET placed_at = now() WHERE id = 246; ERROR: cannot plan sharded modification containing values which are not constants or constant expressions -- cursors are not supported