pgsql: Remove unused code from sepgsql

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Remove unused code from sepgsql
Дата
Msg-id E1oUBkw-0017ZP-Ad@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused code from sepgsql

Commit 4232c4b40 removed all callers of sepgsql_check_perms but left
the function in place. This removes the function as well.

Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/3BD5C3BF-FECA-4496-AE53-5E447997AA0B@yesql.se

Branch
------
master

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

Modified Files
--------------
contrib/sepgsql/selinux.c | 66 -----------------------------------------------
contrib/sepgsql/sepgsql.h |  7 -----
2 files changed, 73 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix PL/Perl build on Cygwin
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix oversight in recent MULTIEXPR_SUBLINK fix.