Re: fe-utils - share query cancellation code

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: fe-utils - share query cancellation code
Date: 2019-11-01 15:26:42
Message-ID: alpine.DEB.2.21.1911011623050.27369@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello Alvaro,

>> #include "common/int.h"
>> #include "common/logging.h"
>> -#include "fe_utils/conditional.h"
>> #include "getopt_long.h"
>> #include "libpq-fe.h"
>> +#include "fe_utils/conditional.h"
>> +#include "fe_utils/cancel.h"
>> #include "pgbench.h"
>> #include "portability/instr_time.h"
>
> wtf?

I understand that you are unhappy about something, but where the issue is
fails me, the "wtf" 3 characters are not enough to point me in the right
direction. Feel free to elaborate a little bit more:-)

--
Fabien.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-11-01 15:30:34 Re: fe-utils - share query cancellation code
Previous Message Robert Haas 2019-11-01 15:26:40 Re: [Proposal] Global temporary tables