Re: pgsql: Add \if support to pgbench

From: Andres Freund <andres(at)anarazel(dot)de>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add \if support to pgbench
Date: 2018-03-22 18:43:41
Message-ID: 20180322184340.bxmzsvzcg67cmciy@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2018-03-22 11:24:10 -0700, Andres Freund wrote:
> On 2018-03-22 14:42:26 +0000, Teodor Sigaev wrote:
> > Add \if support to pgbench
> >
> > Patch adds \if to pgbench as it done for psql. Implementation shares condition
> > stack code with psql, so, this code is moved to fe_utils directory.
> >
> > Author: Fabien COELHO with minor editorization by me
> > Review by: Vik Fearing, Fedor Sigaev
> > Discussion: https://www.postgresql.org/message-id/flat/alpine(dot)DEB(dot)2(dot)20(dot)1711252200190(dot)28523(at)lancre
>
> This broke MSVC in some way, apparently:
>
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=whelk&dt=2018-03-22%2016%3A41%3A07
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2018-03-22%2016%3A30%3A25
>
> Suspect it didn't update the msvc project build infrastructure.

Sorry for the dupe, hadn't fetched more recent email. Teodor's fix looks
right.

- Andres

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Ildar Musin 2018-03-22 18:52:48 Re: pgsql: Add general purpose hasing functions to pgbench.
Previous Message Andres Freund 2018-03-22 18:24:10 Re: pgsql: Add \if support to pgbench