citus/src/backend/distributed/executor
Andres Freund 7f6084c14f Skip over unreferenced parameters when router executing prepared statement.
When an unreferenced prepared statement parameter does not explicitly
have a type assigned, we cannot deserialize it, to send to the remote
side.  That commonly happens inside plpgsql functions, where local
variables are passed in as unused prepared statement parameters.
2016-08-05 14:20:22 -07:00
..
multi_client_executor.c Rewrite WorkerShardStats to avoid invalid value bugs 2016-07-29 20:11:18 +02:00
multi_executor.c Evaluate functions on the master 2016-07-13 11:45:51 -07:00
multi_real_time_executor.c Rely less on remote_task_check_interval. 2016-06-02 12:11:16 -06:00
multi_router_executor.c Skip over unreferenced parameters when router executing prepared statement. 2016-08-05 14:20:22 -07:00
multi_server_executor.c Rely less on remote_task_check_interval. 2016-06-02 12:11:16 -06:00
multi_task_tracker_executor.c Eliminate compile time warnings in multi_logical_optimizer.c 2016-06-10 12:27:12 +03:00
multi_utility.c Set 1PC as the Default Commit Protocol for DDL Commands 2016-07-29 16:42:55 +03:00