Re: psql tab-complete

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Victor Spirin <v(dot)spirin(at)postgrespro(dot)ru>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: psql tab-complete
Date: 2019-10-26 03:59:30
Message-ID: 20191026035930.GD2084@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 25, 2019 at 11:57:18AM +0300, Victor Spirin wrote:
> This patch resolved one problem in the tab-complete.c on MSVC. The
> VA_ARGS_NARGS macros now work correctly on Windows.

Can you explain why and in what the use of EXPAND() helps with MSVC
builds? Any references which help to understand why this is better?
If this change is needed, this also surely needs a comment to explain
the difference.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Virender Singla 2019-10-26 04:10:02 Re: vacuum on table1 skips rows because of a query on table2
Previous Message Amit Kapila 2019-10-26 03:21:14 Re: define bool in pgtypeslib_extern.h