On Sun, Oct 18, 2015 at 5:31 PM, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com
> wrote:
> Hi
>
> Here is a new version merging recent changes.
>
For reasons I do not understand, "SET work_mem " does not complete with
"TO".
But if I change:
else if (Matches2("SET", MatchAny))
to:
else if (TailMatches2("SET", MatchAny))
Then it does.
Cheers,
Jeff