Skip to content

Commit e807d8b

Browse files
committed
Fix mistake in error message
Reported-by: tushar <tushar.ahuja@enterprisedb.com> Author: Dilip Kumar <dilipbalaut@gmail.com>
1 parent 5f374fe commit e807d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/subscriptioncmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ DropSubscription(DropSubscriptionStmt *stmt, bool isTopLevel)
931931
(errmsg("could not connect to publisher when attempting to "
932932
"drop the replication slot \"%s\"", slotname),
933933
errdetail("The error was: %s", err),
934-
errhint("Use ALTER SUBSCRIPTION ... WITH (slot_name = NONE) "
934+
errhint("Use ALTER SUBSCRIPTION ... SET (slot_name = NONE) "
935935
"to disassociate the subscription from the slot.")));
936936

937937
PG_TRY();

0 commit comments

Comments
 (0)