Reduce the amount of memory "clobbered" for every process title change,

Bruce Momjian <bruce@momjian.us>

Commit: 1d722cf18c2dd49bcf01698dc1e3bdba44d72afd
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-02-16T21:34:04Z
Releases: 8.3.0
Reduce the amount of memory "clobbered" for every process title change,
on platforms that need this.  This is done by only writing past the
previously stored message, if it was longer.

Files

PathChange+/−
src/backend/utils/misc/ps_status.c modified +8 −4