pgsql: Pad the ps_status display with nulls, not blanks, on Darwin. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Pad the ps_status display with nulls, not blanks, on Darwin.
Date
Msg-id 20100904174603.7F1B67541E4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Pad the ps_status display with nulls, not blanks, on Darwin.

A long time ago, this didn't work nicely, but it seems to work on all recent
versions of OS X.  The blank-pad method is less desirable since it results
in lots of extra space in ps' output.  Per Alexey Klyukin.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        ps_status.c (r1.42 -> r1.42.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/ps_status.c?r1=1.42&r2=1.42.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Pad the ps_status display with nulls, not blanks, on Darwin.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: GROUP BY can only infer functional dependency from non-deferrable