Re: psql tab-complete

Victor Spirin <v.spirin@postgrespro.ru>

From: Victor Spirin <v.spirin@postgrespro.ru>
To: pgsql-hackers@lists.postgresql.org
Date: 2019-10-24T21:31:11Z
Lists: pgsql-hackers
Sorry for wrong place and contents of my message.

It seems that the VA_ARGS_NARGS (__ VA_ARGS__) macros always return 1 on 
Windows.

Victor Spirin
Postgres Professional:http://www.postgrespro.com
The Russian Postgres Company

24.10.2019 19:11, Victor Spirin пишет:
> I found some problem with tab-complete in the 12 version.  I checked 
> this in the Windows.
>
>
> Victor Spirin
> Postgres Professional:http://www.postgrespro.com
> The Russian Postgres Company
>
>



Commits

  1. Add work-around for VA_ARGS_NARGS() on MSVC.