mirror of https://github.com/citusdata/citus.git
Fix some typos in comments (#5369)
parent
af876bf452
commit
3e64dc44c8
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue