conn - Search results , p.2

2021-01-22 03:34:42 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)

conn, FILE *stream); +void PQtrace(PGconn *conn, FILE *stream, bits32 flags); Can we change the signature

2021-01-18 05:52:26 | RE: libpq debug log (k.jamison@fujitsu.com)

conn) * * The state variable conn->outMsgStart points to the incomplete message's * length word: it is either

2021-01-17 05:23:36 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)

conn->Pfdebug = debug_port; + if (pqTraceInit(conn)) + { + conn->Pfdebug = debug_port; + if (conn->Pfdebug != NULL

2021-01-06 06:29:30 | RE: libpq debug log (matsumura.ryo@fujitsu.com)

conn, FILE *debug_port) + if (pqTraceInit(conn)) + { + conn->Pfdebug = debug_port; + setlinebuf(conn->Pfdebug); If debug

2020-12-21 08:20:44 | RE: libpq debug log (k.jamison@fujitsu.com)

conn->pversion) >= 3) { } else { /* Protocol 2.0 isn't supported */ printfPQExpBuffer(&conn->errorMessage, libpq_gettext("function

2020-12-15 09:04:55 | Re: libpq debug log (Greg Nancarrow)

conn->fe_msg = malloc(MAX_FRONTEND_MSGS * sizeof(pqFrontendMessage)); if (conn->fe_msg == NULL) { free

2020-10-09 08:31:22 | Re: libpq debug log (Kyotaro Horiguchi)

conn->pversion) >= 3) + { + switch (conn->logging_message.state) + { + case LOG_CONTENTS: + fprintf(conn->Pfdebug, "\"%s\" ", v); + pqLogLineBreak

2019-09-05 22:21:22 | Re: libpq debug log (Alvaro Herrera from 2ndQuadrant)

conn? I don't understand why this array is of size MAXPGPATH. + PGFrontendLogMsgEntry frontend_entry

2019-04-09 09:57:34 | Re: libpq debug log (Kyotaro HORIGUCHI)

conn, const char *v, int length, CommunicationDirection direction) Also the function names are not very

2019-03-04 08:13:00 | RE: libpq debug log (Iwata, Aya)

conn, FILE *stream); Proposed change: PQtraceEx(PGconn *conn, FILE *stream, PQloggingProcessor callback_func , void *callback