Thread: pgsql: Fix compilation failure with sepgsql

pgsql: Fix compilation failure with sepgsql

From
Michael Paquier
Date:
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(-)