Halil Ozan Akgul
2a7afd62d8
Changes real to public
...
The changes made are:
realWorker1Host -> publicWorker1Host
realWorker2Host -> publicWorker2Host
real_master_host -> master_host
real_worker_1_host -> public_worker_1_host
real_worker_2_host -> public_worker_2_host
This commit will be a fixup for Adds real host commit.
2020-03-24 14:20:42 +03:00
Halil Ozan Akgul
cd2a606998
Adds real_hosts
...
Changes "\c - - - :worker_1_port" into "\c - - :real_worker_1_host :worker_1_port", "\c - - - :worker_2_port" into "\c - - :real_worker_2_host :worker_2_port" and "\c - - - :master_port" into "\c - - :real_master_host :master_port" in all input/ and .sql files
2020-03-16 15:51:03 +03:00
Philip Dubé
c563e0825c
Strip trailing whitespace and add final newline ( #3186 )
...
This brings files in line with our editorconfig file
2019-11-21 14:25:37 +01:00
velioglu
121ff39b26
Removes large_table_shard_count GUC
2018-04-29 10:34:50 +02:00
Jason Petersen
d6cccee5bc
Remove ALTER SEQUENCE from parallel groups
...
Removing these has no side effect, and in the (current) PostgreSQL 10,
an ERROR is printed during concurrent sequence modification.
2017-05-16 11:05:34 -06:00
Marco Slot
f838c83809
Remove redundant pg_dist_jobid_seq restarts in tests
2017-04-18 11:42:32 +02:00
Marco Slot
ba940a1de9
Use coordinator instead of schema node in terminology
2017-01-25 11:07:23 +01:00
Eren Basak
88e9a429e1
Add Regression Tests For Querying MX Tables from Workers
2017-01-24 10:36:59 +03:00