Skip to content

Commit

Permalink
fix typos and remove an unnecessary #include
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed May 25, 2023
1 parent 23687e7 commit 8eefa99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/backend/distributed/connection/placement_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/backend/distributed/utils/colocation_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8eefa99

Please sign in to comment.