pgsql: Don't use address of array as boolean

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't use address of array as boolean
Date: 2019-01-10 17:00:45
Message-ID: E1ghdhF-0001jH-Fb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't use address of array as boolean

Per buildfarm

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dacadcd1f32873d930b3953d3055dc7cb9548e48

Modified Files
--------------
src/bin/pgbench/pgbench.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-01-10 17:56:32 pgsql: Move inheritance expansion code into its own file
Previous Message Alvaro Herrera 2019-01-10 16:42:49 pgsql: pgbench: add \cset and \gset commands