Обсуждение: pgsql: Pad the ps_status display with nulls, not blanks, on Darwin.

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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.

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