Re: Patch to be verbose about being unable to read ~/.pgpasss...

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: Patch to be verbose about being unable to read ~/.pgpasss...
Дата
Msg-id 20030623071447.GV97131@perrin.int.nxad.com
обсуждение исходный текст
Ответ на Re: Patch to be verbose about being unable to read ~/.pgpasss...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Patch to be verbose about being unable to read ~/.pgpasss...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
> I could envision a helper procedure, known only within libpq, that has
> a signature like formatNotice(PGconn* conn, const char *fmtstring, ...)
> and encapsulates the work needed to handle a format string.  But I see
> no reason to push that work out to client applications.

I could make fnoticeProc private if you'd like, but that doesn't seem
smart if the user can override noticeFormat but can't with the
internal bits used by libpq... unless you're envisioning a private
method that constructs a msg for you, calls noticeProc with the buffer
as the arg, then then free()'s the result.

All regression tests pass with this case and no ABI or source
incompatabilities are introduced.

-sc

--
Sean Chittenden

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: LIKE (second attempt)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Small perf fixes/cleanup in src/backend/utils/adt/like.c...