Skip to content

Commit 07052de

Browse files
Fix typo in drop replication slot (#805)
1 parent dc53632 commit 07052de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/pg_autoctl/cli_do_misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ keeper_cli_create_replication_slot(int argc, char **argv)
5858

5959

6060
/*
61-
* keeper_cli_create_replication_slot implements the CLI to drop a replication
61+
* keeper_cli_drop_replication_slot implements the CLI to drop a replication
6262
* slot on the primary.
6363
*/
6464
void

0 commit comments

Comments
 (0)