Re: [HACKERS] Confusing error message in pgbench - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [HACKERS] Confusing error message in pgbench
Date
Msg-id alpine.DEB.2.20.1708031101240.19721@lancre
Whole thread Raw
In response to Re: [HACKERS] Confusing error message in pgbench  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List pgsql-hackers
>> Indeed.  It doesn't look that hard: AFAICS the problem is just that
>> process_sql_command() is making premature decisions about whether to
>> extract parameters from the SQL commands.  Proposed patch attached.
>
> Great. Patch looks good to me.

Too me as well: code looks ok, patch applies, compiles, make check 
ok, manual tests with pgbench ok.

That is one more patch about pgbench in the queue.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Jeevan Ladhe
Date:
Subject: Re: [HACKERS] INSERT ON CONFLICT and partitioned tables
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Clarification in pg10's pgupgrade.html step 10(upgrading standby servers)