Pad the ps_status display with nulls, not blanks, on Darwin.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b74f7751420bae9e47961ad08e92b1fb5879fc6d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-09-04T17:46:03Z
Releases: 9.0.0
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.

Files

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