Code review for log_line_prefix patch. Cooperate with StringInfo instead

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 74ffc77279d092eb9e31c5e13a015173fca7addb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-19T02:23:59Z
Releases: 8.0.0
Code review for log_line_prefix patch.  Cooperate with StringInfo instead
of fighting it, avoid hard-wired (and wrong) assumption about max length
of prefix, cause %l to actually work as documented, don't compute data
we may not need.

Files

PathChange+/−
src/backend/utils/error/elog.c modified +135 −130
src/backend/utils/misc/ps_status.c modified +6 −7
src/include/libpq/libpq-be.h modified +9 −3