pgsql: Fix "is db labeled test?" in chkselinuxenv script.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix "is db labeled test?" in chkselinuxenv script.
Дата
Msg-id E1Qz6T8-00081i-7R@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix "is db labeled test?" in chkselinuxenv script.

Don't test whether the number of labels is numerically equal to zero;
count(*) isn't going return zero anyway, and the current coding blows
up if it returns an empty string or an error.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3d14bd2563cc527f250eed8d6d83e3ff62318675

Modified Files
--------------
contrib/sepgsql/chkselinuxenv |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Remove "fmgr.h" include in cube contrib --- caused crash on a Ge
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Userspace access vector cache for contrib/sepgsql.