Fix some typos in comments (#5369)

pull/5371/head
Hanefi Onaldi 2021-10-13 13:00:39 +03:00 committed by GitHub
parent af876bf452
commit 3e64dc44c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ typedef struct DependencyDefinition
/*
* 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
* 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
*/
ObjectAddress address;

View File

@ -11,7 +11,7 @@ BEGIN
--
-- We are dropping the aggregates because postgres 14 changed
-- 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
-- and create the right one on citus_finish_pg_upgrade.

View File

@ -11,7 +11,7 @@ BEGIN
--
-- We are dropping the aggregates because postgres 14 changed
-- 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
-- and create the right one on citus_finish_pg_upgrade.