diff --git a/configure b/configure index 65e89799f80..73a841beedd 100755 --- a/configure +++ b/configure @@ -6160,3 +6160,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi + diff --git a/src/backend/distributed/connection/placement_connection.c b/src/backend/distributed/connection/placement_connection.c index 225bf97083e..cc7962e37b9 100644 --- a/src/backend/distributed/connection/placement_connection.c +++ b/src/backend/distributed/connection/placement_connection.c @@ -958,7 +958,7 @@ ResetShardPlacementAssociation(struct MultiConnection *connection) /* - * ResetPlacementConnectionManagement() disassociates connections from + * ResetPlacementConnectionManagement() dissociates connections from * placements and shards. This will be called at the end of XACT_EVENT_COMMIT * and XACT_EVENT_ABORT. */ diff --git a/src/backend/distributed/utils/colocation_utils.c b/src/backend/distributed/utils/colocation_utils.c index 0e4aa6cc47e..015eb13df42 100644 --- a/src/backend/distributed/utils/colocation_utils.c +++ b/src/backend/distributed/utils/colocation_utils.c @@ -1266,7 +1266,7 @@ DeleteColocationGroupIfNoTablesBelong(uint32 colocationId) /* * DeleteColocationGroup deletes the colocation group from pg_dist_colocation - * throughout the cluster and diasociates the tenant schema if any. + * throughout the cluster and dissociates the tenant schema if any. */ void DeleteColocationGroup(uint32 colocationId)