Updates of SE-PostgreSQL 8.4devel patches (r1280) - Mailing list pgsql-hackers

From KaiGai Kohei
Subject Updates of SE-PostgreSQL 8.4devel patches (r1280)
Date
Msg-id 4938F7FA.60805@ak.jp.nec.com
Whole thread Raw
In response to Updates of SE-PostgreSQL 8.4devel patches (r1268)  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Updates of SE-PostgreSQL 8.4devel patches (r1324)  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
List pgsql-hackers
I updated the patch set of SE-PostgreSQL and related (r1280)

[1/6] http://sepgsql.googlecode.com/files/sepostgresql-sepgsql-8.4devel-3-r1280.patch
[2/6] http://sepgsql.googlecode.com/files/sepostgresql-pg_dump-8.4devel-3-r1280.patch
[3/6] http://sepgsql.googlecode.com/files/sepostgresql-policy-8.4devel-3-r1280.patch
[4/6] http://sepgsql.googlecode.com/files/sepostgresql-docs-8.4devel-3-r1280.patch
[5/6] http://sepgsql.googlecode.com/files/sepostgresql-tests-8.4devel-3-r1280.patch
[6/6] http://sepgsql.googlecode.com/files/sepostgresql-row_acl-8.4devel-3-r1280.patch

Draft of the SE-PostgreSQL documentation is here: http://wiki.postgresql.org/wiki/SEPostgreSQL

List of updates:
- The patches are rebased to the current CVS HEAD
- '--disable-row-acl' is removed. This feature is implicitly enabled when we don't activate any other enhanced security
features.From this change, SECURITY_SYSATTR_NAME got being always defined, so some of unnecessary #ifdef ... #endif
blockhas gone.
 
- bugfix: it caused a crash on COPY when we specify a system attribute on FORCE QUATE clause.
- cleanup: some warnings to notice unused variables are eliminated.

Thanks,
-- 
OSS Platform Development Division, NEC
KaiGai Kohei <kaigai@ak.jp.nec.com>


pgsql-hackers by date:

Previous
From: David Lee Lambert
Date:
Subject: Re: Mostly Harmless: Welcoming our C++ friends
Next
From: Simon Riggs
Date:
Subject: Re: Sync Rep: First Thoughts on Code