*** a/src/backend/commands/subscriptioncmds.c --- b/src/backend/commands/subscriptioncmds.c *************** *** 452,458 **** CreateSubscription(CreateSubscriptionStmt *stmt, bool isTopLevel) heap_close(rel, RowExclusiveLock); ! ApplyLauncherWakeupAtCommit(); ObjectAddressSet(myself, SubscriptionRelationId, subid); --- 452,459 ---- heap_close(rel, RowExclusiveLock); ! if (enabled) ! ApplyLauncherWakeupAtCommit(); ObjectAddressSet(myself, SubscriptionRelationId, subid);