Pad the ps_status display with nulls, not blanks, on Darwin.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/misc/ps_status.c | modified | +2 −2 |