Pad the ps_status display with nulls, not blanks, on Darwin.
authorTom Lane <[email protected]>
Sat, 4 Sep 2010 17:45:56 +0000 (17:45 +0000)
committerTom Lane <[email protected]>
Sat, 4 Sep 2010 17:45:56 +0000 (17:45 +0000)
commit8d8d5cb612bb008741f2104a5479cb0c22b76e1d
treeb9ce90286c4d7fe3d9ce19229caf04142a3efcb5
parent303696c3b47e6719e983e93da5896ddc4a2e0dbb
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.
src/backend/utils/misc/ps_status.c