On Sun, May 23, 2021 at 04:24:59PM +0530, vignesh C wrote:
>       /* Complete "CREATE SUBSCRIPTION <name> ...  WITH ( <opt>" */
>       else if (HeadMatches("CREATE", "SUBSCRIPTION") && TailMatches("WITH", 
> "("))
> -             COMPLETE_WITH("copy_data", "connect", "create_slot", "enabled",
> -                                       "slot_name", "synchronous_commit");
> +             COMPLETE_WITH("binary", "copy_data", "connect", "create_slot",
> +                                       "enabled", "slot_name", "streaming",
> +                                       "synchronous_commit");

"copy_data" and "connect" need to be reversed.  Applied.
--
Michael

Attachment: signature.asc
Description: PGP signature

Reply via email to