| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove unused code from sepgsql |
| Date: | 2022-09-02 18:51:06 |
| Message-ID: | E1oUBkw-0017ZP-Ad@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)gmail(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-09-02 18:55:04 | pgsql: Fix oversight in recent MULTIEXPR_SUBLINK fix. |
| Previous Message | Peter Eisentraut | 2022-09-02 16:01:13 | pgsql: Fix PL/Perl build on Cygwin |