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

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

Commit: 8d8d5cb612bb008741f2104a5479cb0c22b76e1d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-09-04T17:45:56Z
Releases: 9.1.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