]> granicus.if.org Git - postgresql/commit
Reduce the amount of memory "clobbered" for every process title change,
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Feb 2007 21:34:04 +0000 (21:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Feb 2007 21:34:04 +0000 (21:34 +0000)
commit1d722cf18c2dd49bcf01698dc1e3bdba44d72afd
tree407888506395a516e6aa81e3e3f805387f7f0667
parent8249409bc19b37f866c7c713ecfac8a44f396e0b
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.
src/backend/utils/misc/ps_status.c