Re: SPI_psprintf and SPI_pstrdup
| От | Tom Lane |
|---|---|
| Тема | Re: SPI_psprintf and SPI_pstrdup |
| Дата | |
| Msg-id | 8945.1177449033@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | SPI_psprintf and SPI_pstrdup (Jacob Rief <jacob.rief@gmx.at>) |
| Список | pgsql-patches |
Jacob Rief <jacob.rief@gmx.at> writes:
> The Apache runtime library, which is using a similar concept for
> allocating heap-based memory out of a pool, has some since utility
> functions, named apr_psprintf and apr_pstrdup.
SPI_palloc might possibly be worth the trouble, but the other thing
is duplicative of the StringInfo routines, and I do not think it's
a good idea to provide duplicate ways to accomplish the same thing.
It's just more code to maintain and more things for newcomers to
learn about when trying to read someone else's code.
Also, proposed API additions without any documentation are not acceptable.
The docs addition for SPI_palloc would be substantially larger than the
code itself; is it worth the trouble?
regards, tom lane
В списке pgsql-patches по дате отправления: