Re: Problems with extended-Query logging code
От | Dave Cramer |
---|---|
Тема | Re: Problems with extended-Query logging code |
Дата | |
Msg-id | 659C4A44-0269-40DE-AA84-E344C92E8F62@fastcrypt.com обсуждение исходный текст |
Ответ на | Problems with extended-Query logging code (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-hackers |
On 6-Sep-06, at 6:17 PM, Tom Lane wrote: > Dave Cramer <pg@fastcrypt.com> writes: >> On 6-Sep-06, at 6:01 PM, Tom Lane wrote: >>> * It doesn't log the values of parameters sent in binary mode, which >>> is something that at least JDBC needs. > >> AFAIK, we don't need binary mode right away, currently we only send >> bytea parameters in binary mode > > I thought somebody had mentioned that integers were also sent in > binary > in the latest driver code? Can't find the archive entry right now > though. > > regards, tom lane > Checking the source code boolean isBinary(int index) { // Currently, only StreamWrapper uses the binary parameter form. return (paramValues[index -1] instanceof StreamWrapper); } So for now if we concentrate on text parameters, binary parameters would be superfluous for the moment. Dave
В списке pgsql-hackers по дате отправления: