Tomas Vondra writes:
> On 7/30/25 12:17, Dagfinn Ilmari Mannsåker wrote:
>>
>> ...
>>
>>> @@ -5015,7 +5021,8 @@ match_previous_words(int pattern_id,
>>> /* Complete with a variable name */
>>> else if (TailMatches("SET|RESET") &&
>>> !TailMatches("UPDATE", MatchAny,
On 7/30/25 12:17, Dagfinn Ilmari Mannsåker wrote:
>
> ...
>
>> @@ -5015,7 +5021,8 @@ match_previous_words(int pattern_id,
>> /* Complete with a variable name */
>> else if (TailMatches("SET|RESET") &&
>> !TailMatches("UPDATE", MatchAny, "SET") &&
>> -
Tomas Vondra writes:
> On 7/22/25 13:18, Dagfinn Ilmari Mannsåker wrote:
>> jian he writes:
>>
>>> On Thu, Jul 17, 2025 at 1:41 AM Dagfinn Ilmari Mannsåker
>>> wrote:
Hi hackers,
These two patches are split out from my earlier thread about improving
tab completion for
On 7/22/25 13:18, Dagfinn Ilmari Mannsåker wrote:
> jian he writes:
>
>> On Thu, Jul 17, 2025 at 1:41 AM Dagfinn Ilmari Mannsåker
>> wrote:
>>>
>>> Hi hackers,
>>>
>>> These two patches are split out from my earlier thread about improving
>>> tab completion for varous RESET forms
>>> (https://
jian he writes:
> On Thu, Jul 17, 2025 at 1:41 AM Dagfinn Ilmari Mannsåker
> wrote:
>>
>> Hi hackers,
>>
>> These two patches are split out from my earlier thread about improving
>> tab completion for varous RESET forms
>> (https://postgr.es/m/87bjqwwtic@wibble.ilmari.org), so that the bug
>
On Thu, Jul 17, 2025 at 1:41 AM Dagfinn Ilmari Mannsåker
wrote:
>
> Hi hackers,
>
> These two patches are split out from my earlier thread about improving
> tab completion for varous RESET forms
> (https://postgr.es/m/87bjqwwtic@wibble.ilmari.org), so that the bug
> fixes can be tracked as an