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

From KaiGai Kohei
Subject Updates of SE-PostgreSQL 8.4devel patches (r1714)
Date
Msg-id 49B9B3E9.5080602@ak.jp.nec.com
Whole thread Raw
In response to Updates of SE-PostgreSQL 8.4devel patches (r1710)  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
List pgsql-hackers
Heikki, I updated the SE-PostgreSQL patches:

http://sepgsql.googlecode.com/files/sepgsql-core-8.4devel-r1714.patch
http://sepgsql.googlecode.com/files/sepgsql-utils-8.4devel-r1714.patch
http://sepgsql.googlecode.com/files/sepgsql-policy-8.4devel-r1714.patch
http://sepgsql.googlecode.com/files/sepgsql-docs-8.4devel-r1714.patch
http://sepgsql.googlecode.com/files/sepgsql-tests-8.4devel-r1714.patch

- List of updates: * Removed the fixupSelectedColsByTrigger() which added ACL_SELECT on   requiredPerms, and set a bit
ofattno=0 on selectedCols. * Removed the invocatin of sepgsqlCheckProcedureExecute() from   ExecCallTriggerFunc()
 
 These two changes make clear the attitude for trigger functions in SE-PostgreSQL. So, it now considers them as a part
ofsystem internal operations.
 

- Scale of patches: * r1714 (the latest revision)   59 files changed, 3622 insertions(+), 10 deletions(-), 4957
modifications(!)* r1710 (previous revision)   60 files changed, 3686 insertions(+), 10 deletions(-), 4952
modifications(!)
 ... about 70 lines were downsized.

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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Access to last date and time role was used to connect
Next
From: Gordon Anderson
Date:
Subject: how to trace the pgsql text format protocol [implementing driver]