Skip to content

Commit

Permalink
Fix typo in drop replication slot (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaitTalhaNisanci committed Sep 13, 2021
1 parent dc53632 commit 07052de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/pg_autoctl/cli_do_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ keeper_cli_create_replication_slot(int argc, char **argv)


/*
* keeper_cli_create_replication_slot implements the CLI to drop a replication
* keeper_cli_drop_replication_slot implements the CLI to drop a replication
* slot on the primary.
*/
void
Expand Down

0 comments on commit 07052de

Please sign in to comment.