mirror of https://github.com/citusdata/citus.git
Fix whitespace
parent
16a541fcbb
commit
6e9788903d
|
@ -99,8 +99,8 @@ table concurrently (#7219)
|
||||||
* Fixes performance issue when using `\d tablename` on a server with many
|
* Fixes performance issue when using `\d tablename` on a server with many
|
||||||
tables (#7577)
|
tables (#7577)
|
||||||
|
|
||||||
* Fixes performance issue in `GetForeignKeyOids` on systems with many constraints
|
* Fixes performance issue in `GetForeignKeyOids` on systems with many
|
||||||
(#7580)
|
constraints (#7580)
|
||||||
|
|
||||||
* Fixes performance issue when distributing a table that depends on an
|
* Fixes performance issue when distributing a table that depends on an
|
||||||
extension (#7574)
|
extension (#7574)
|
||||||
|
@ -115,7 +115,8 @@ table concurrently (#7219)
|
||||||
|
|
||||||
* Fixes assertion failure in maintenance daemon during Citus upgrades (#7537)
|
* Fixes assertion failure in maintenance daemon during Citus upgrades (#7537)
|
||||||
|
|
||||||
* Fixes segmentation fault when using `CASE WHEN` in `DO` block functions (#7554)
|
* Fixes segmentation fault when using `CASE WHEN` in `DO` block functions
|
||||||
|
(#7554)
|
||||||
|
|
||||||
* Fixes copy-paste error on `rightComparisonLimit`, which makes it use the same
|
* Fixes copy-paste error on `rightComparisonLimit`, which makes it use the same
|
||||||
value as the `leftComparisonLimit` (#7547)
|
value as the `leftComparisonLimit` (#7547)
|
||||||
|
|
Loading…
Reference in New Issue