mirror of https://github.com/citusdata/citus.git
Fix some typos in comments (#5369)
parent
af876bf452
commit
3e64dc44c8
|
@ -101,7 +101,7 @@ typedef struct DependencyDefinition
|
||||||
/*
|
/*
|
||||||
* address is used for dependencies that are artificially added during the
|
* address is used for dependencies that are artificially added during the
|
||||||
* chasing. Since they are added by citus code we assume the dependency needs to
|
* chasing. Since they are added by citus code we assume the dependency needs to
|
||||||
* be chased anyway, ofcourse it will only actually be chased if the object is a
|
* be chased anyway, of course it will only actually be chased if the object is a
|
||||||
* supported object by citus
|
* supported object by citus
|
||||||
*/
|
*/
|
||||||
ObjectAddress address;
|
ObjectAddress address;
|
||||||
|
|
|
@ -11,7 +11,7 @@ BEGIN
|
||||||
--
|
--
|
||||||
-- We are dropping the aggregates because postgres 14 changed
|
-- We are dropping the aggregates because postgres 14 changed
|
||||||
-- array_cat type from anyarray to anycompatiblearray. When
|
-- array_cat type from anyarray to anycompatiblearray. When
|
||||||
-- upgrading to pg14, spegifically when running pg_restore on
|
-- upgrading to pg14, specifically when running pg_restore on
|
||||||
-- array_cat_agg we would get an error. So we drop the aggregate
|
-- array_cat_agg we would get an error. So we drop the aggregate
|
||||||
-- and create the right one on citus_finish_pg_upgrade.
|
-- and create the right one on citus_finish_pg_upgrade.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ BEGIN
|
||||||
--
|
--
|
||||||
-- We are dropping the aggregates because postgres 14 changed
|
-- We are dropping the aggregates because postgres 14 changed
|
||||||
-- array_cat type from anyarray to anycompatiblearray. When
|
-- array_cat type from anyarray to anycompatiblearray. When
|
||||||
-- upgrading to pg14, spegifically when running pg_restore on
|
-- upgrading to pg14, specifically when running pg_restore on
|
||||||
-- array_cat_agg we would get an error. So we drop the aggregate
|
-- array_cat_agg we would get an error. So we drop the aggregate
|
||||||
-- and create the right one on citus_finish_pg_upgrade.
|
-- and create the right one on citus_finish_pg_upgrade.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue