pgsql: Reduce the amount of memory "clobbered" for every process title - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Reduce the amount of memory "clobbered" for every process title
Date
Msg-id 20070216213404.6A5A39FB423@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust the definition of is_pushed_down so that it's always true
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix new RI operator selection code to do the right thing when