| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix compilation failure with sepgsql |
| Date: | 2020-07-15 00:43:23 |
| Message-ID: | E1jvVW7-0006nD-Kd@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2020-07-15 06:19:35 | pgsql: Fix handling of missing files when using pg_rewind with online s |
| Previous Message | Michael Paquier | 2020-07-15 00:05:01 | pgsql: Eliminate cache lookup errors in SQL functions for object addres |