conn - Search results
Mailing lists >> pgsql-hackers >> Thread
2021-03-31 22:09:20 | Re: libpq debug log ('alvherre@alvh.no-ip.org')
conn->Pfdebug = NULL when creating the connection. So when we do PQtrace(), the first thing
Mailing lists >> pgsql-hackers >> Thread
2021-03-30 14:16:41 | RE: libpq debug log (iwata.aya@fujitsu.com)
conn->pqTraceFlags to decide whether output version-dependent messages or not in above protocol message
Mailing lists >> pgsql-hackers >> Thread
2021-03-19 02:37:14 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn->Pfdebug, "%s\t%s\t%d", timestr, prefix, length); Plus, don't we say in the manual
Mailing lists >> pgsql-hackers >> Thread
2021-03-18 02:52:28 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn->Pfdebug && conn->outCount < conn->outMsgStart) + { + if (conn->outCount < conn->outMsgStart) + pqTraceOutputMessage(conn, conn->outBuffer
Mailing lists >> pgsql-hackers >> Thread
2021-02-12 04:52:52 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn, FILE *stream); + + Calls PQtraceSetFlags to output with or without a timestamp. + + Why is this
Mailing lists >> pgsql-hackers >> Thread
2021-02-09 08:26:10 | Re: libpq debug log (Kyotaro Horiguchi)
conn, const char *v, int length, PGCommSource source) +{ + if (source == MSGDIR_FROM_BACKEND && conn->be_msg->state
Mailing lists >> pgsql-hackers >> Thread
2021-02-09 06:49:49 | Re: libpq debug log (Kyotaro Horiguchi)
conn, of); PQtraceSetFlags(conn, PQTRACE_SUPPRESS_TIMESTAMPS); PQtraceSetFlags(conn, 0); .. The name skipLogging is somewhat
Mailing lists >> pgsql-hackers >> Thread
2021-02-09 02:26:25 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn->b_msg? (47) + /* Deallocate FE/BE message tracking memory. */ + if (conn->fe_msg && + /* + * If fields
Mailing lists >> pgsql-hackers >> Thread
2021-02-03 01:26:41 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn, FILE *debug_port, int flags) +{ + if (conn == NULL) + return; ... + if (!debug_port) + return; The if should
Mailing lists >> pgsql-hackers >> Thread
2021-02-02 13:53:23 | RE: libpq debug log (iwata.aya@fujitsu.com)
conn->fe_msg = + realloc(conn->fe_msg, + offsetof(pqFrontendMessage, fields) + + 2 * conn->fe_msg->max_fields
Mailing lists >> pgsql-hackers >> Thread
2021-01-29 00:46:49 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn, FILE *stream); +void PQtrace(PGconn *conn, FILE *stream, int flags); As I said before
Mailing lists >> pgsql-hackers >> Thread
2021-01-28 09:50:54 | RE: libpq debug log (k.jamison@fujitsu.com)
conn = PQconnectdb(conninfo); + trace_file = fopen("/home/postgres/tracelog/trace.out","w"); + PQtrace(conn, trace_file, 0); + /* Check to see that
Mailing lists >> pgsql-hackers >> Thread
2021-01-25 09:20:29 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn, bits32 flags) +{ ... + conn->be_msg->state = LOG_FIRST_BYTE; + conn->be_msg->length = 0; + } ... + conn
Mailing lists >> pgsql-hackers >> Thread
2021-01-25 08:22:33 | RE: libpq debug log (k.jamison@fujitsu.com)
first use in this function) if (conn->fe_msg->max_fields > INT_MAX / 2) Regards, Kirk Jamison
Mailing lists >> pgsql-hackers >> Thread
2021-01-25 07:12:56 | RE: libpq debug log (tsunakawa.takay@fujitsu.com)
conn, FILE *stream); +void PQtrace(PGconn *conn, FILE *stream, bits32 flags); + + flags contains flag bits