citus/src/backend/distributed/worker
Ahmet Gedemenli 5f04346408
Do not include return table params in the function arg list (#5568)
(cherry picked from commit 90928cfd74)

Fix function signature generation

Fix comment typo

Add test for worker_create_or_replace_object

Add test for recreating distributed functions with OUT/TABLE params

Add test for recreating distributed function that returns setof int

Fix test output

Fix comment

(cherry picked from commit 8e4ff34a2e)
2021-12-23 18:07:46 +03:00
..
task_tracker_protocol.c update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
worker_create_or_replace.c Do not include return table params in the function arg list (#5568) 2021-12-23 18:07:46 +03:00
worker_data_fetch_protocol.c Fixes bug about int and smallint sequences on MX (#5254) 2021-09-09 23:41:07 +03:00
worker_drop_protocol.c Use current user to sync metadata 2021-07-16 13:25:27 +02:00
worker_file_access_protocol.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
worker_merge_protocol.c Avoid switch to superuser in worker_merge_files_into_table 2021-09-09 11:00:29 +02:00
worker_partition_protocol.c Enable binary encoding by default on PG14 2021-09-06 10:27:29 +02:00
worker_shard_visibility.c Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980) 2021-08-13 13:12:45 +03:00
worker_sql_task_protocol.c remove task-tracker in comments, documentation 2020-07-21 16:21:01 +03:00
worker_truncate_trigger_protocol.c Use current user to sync metadata 2021-07-16 13:25:27 +02:00