pgsql: Fix compilation failure with sepgsql - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix compilation failure with sepgsql
Date
Msg-id E1jvVW7-0006nD-Kd@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Eliminate cache lookup errors in SQL functions for object addres
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix handling of missing files when using pg_rewind with online s