pgsql: Reduce the amount of memory "clobbered" for every process title

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce the amount of memory "clobbered" for every process title
Date: 2007-02-16 21:34:04
Message-ID: 20070216213404.6A5A39FB423@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
ps_status.c (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/ps_status.c.diff?r1=1.34&r2=1.35)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-16 22:04:02 pgsql: Fix new RI operator selection code to do the right thing when
Previous Message Tom Lane 2007-02-16 20:57:27 pgsql: Adjust the definition of is_pushed_down so that it's always true