Re: Increasing MAX_ARGS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Increasing MAX_ARGS
Дата
Msg-id 3386.1005108217@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Increasing MAX_ARGS  ("Josh Berkus" <josh@agliodbs.com>)
Ответы Re: Increasing MAX_ARGS  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
"Josh Berkus" <josh@agliodbs.com> writes:
> As a test, I tried building a function with 20 parameters in Template1.
> I got:

> "ERROR: Procedures cannot take more than 16 arguments."

Get out your debugger and find where that's coming from.  We might have
missed someplace that should be using the FUNC_MAX_ARGS symbol instead
of a hardwired constant (though I thought we'd fixed them all the last
time round...)
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Increasing MAX_ARGS
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Single VIEW, and FUNCTION questions...