Re: pgbench - allow to store select results intovariables - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: pgbench - allow to store select results intovariables
Date
Msg-id alpine.DEB.2.20.1703241616580.28545@lancre
Whole thread Raw
In response to Re: [HACKERS] pgbench - allow to store select results into variables  (Rafia Sabih <rafia.sabih@enterprisedb.com>)
Responses Re: pgbench - allow to store select results into variables  (Rafia Sabih <rafia.sabih@enterprisedb.com>)
List pgsql-hackers
Hello Rafia,

> if (my_command->argc > 2)
> + syntax_error(source, lineno, my_command->line, my_command->argv[0],
> + "at most on argument expected", NULL, -1);
>
> I suppose you mean 'one' argument here.

Indeed.

> Apart from that indentation is not correct as per pgindent, please check.

I guess that you are refering to switch/case indentation which my emacs 
does not do as expected.

Please find attached a v8 which hopefully fixes these two issues.

-- 
Fabien.
Attachment

pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: cast result of copyNode()
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Generic type subscripting