pgsql: sepgsql cleanups.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: sepgsql cleanups.
Date: 2012-09-05 18:02:10
Message-ID: E1T9JvW-0005hP-En@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

sepgsql cleanups.

This is needed to match recent changes elsewhere. Along the way, some
renaming for clarity.

KaiGai Kohei

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aa2b237ce51ef12c213ac55d4d3aba509cb3133e

Modified Files
--------------
contrib/sepgsql/database.c | 1 +
contrib/sepgsql/dml.c | 15 ++++++++-------
contrib/sepgsql/hooks.c | 8 ++++----
contrib/sepgsql/label.c | 1 +
contrib/sepgsql/proc.c | 2 ++
contrib/sepgsql/relation.c | 2 ++
contrib/sepgsql/schema.c | 1 +
contrib/sepgsql/selinux.c | 6 +++---
contrib/sepgsql/sepgsql.h | 8 ++++----
contrib/sepgsql/uavc.c | 12 +++++++-----
10 files changed, 33 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-05 18:37:34 pgsql: Silence -Wunused-result warning in contrib/pg_upgrade.
Previous Message Tom Lane 2012-09-05 16:55:22 pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o