pgsql: Fix compilation failure with sepgsql

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix compilation failure with sepgsql
Дата
Msg-id E1jvVW7-0006nD-Kd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compilation failure with sepgsql

One change for getObjectIdentity() has been missed in 2a10fdc, causing
the module to not compile properly.  This was actually the only problem,
and it happens that it is easy enough to check the compilation of the
module on Debian after installing libselinux1-dev.

Per buildfarm member rhinoceros.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e949137397383de58f0c566f5a92b017343c5269

Modified Files
--------------
contrib/sepgsql/relation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Eliminate cache lookup errors in SQL functions for object addres
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix handling of missing files when using pg_rewind with online s