Re: add modulo (%) operator to pgbench

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: add modulo (%) operator to pgbench
Дата
Msg-id alpine.DEB.2.10.1409112101580.23473@sto
обсуждение исходный текст
Ответ на Re: add modulo (%) operator to pgbench  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: add modulo (%) operator to pgbench  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
>> However, that would not diminish nor change much the amount and kind of 
>> code necessary to add an operator or a function
>
> That's not really true.  You can't really add abs(x) or hash(x) right
> now because the current code only supports this syntax:
>
> \set varname operand1 [ operator operand2 ]
>
> There's no way to add support for a unary operator with that syntax.

Hmmm. If you accept a postfix syntax, there is:-)

But this is not convincing. Adding a unary function with a clean syntax 
indeed requires doing something with the parser.

-- 
Fabien.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: about half processes are blocked by btree, btree is bottleneck?
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: RLS Design