log_line_prefix additions

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: log_line_prefix additions
Date: 2004-08-25 21:26:29
Message-ID: 200408251526.29875.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


This patch against 8.0.0beta1 source adds log_line_prefix options for
millisecond timestamps (%m), remote host (%h), and remote port (%P). The
milliseconds are useful for QPS measurements, and the remote port is
worthless to us as part of %r.

Attachment Content-Type Size
elog.c.diff text/x-diff 1.1 KB
runtime.sgml.diff text/x-diff 800 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Thomas Hallgren 2004-08-25 21:42:01 Re: Contrib -- PostgreSQL shared variables
Previous Message Rick Gigger 2004-08-25 21:22:30 Re: Contrib -- PostgreSQL shared variables