Updates of SE-PostgreSQL 8.4devel patches (r1714)

From: KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, KaiGai Kohei <kaigai(at)kaigai(dot)gr(dot)jp>, Bruce Momjian <bruce(at)momjian(dot)us>, Joshua Brindle <method(at)manicmethod(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Josh Berkus <josh(at)agliodbs(dot)com>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>, Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Subject: Updates of SE-PostgreSQL 8.4devel patches (r1714)
Date: 2009-03-13 01:16:25
Message-ID: 49B9B3E9.5080602@ak.jp.nec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 of attno=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 of system 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(at)ak(dot)jp(dot)nec(dot)com>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gordon Anderson 2009-03-13 01:31:53 how to trace the pgsql text format protocol [implementing driver]
Previous Message Andrew Dunstan 2009-03-12 19:53:18 Re: Access to last date and time role was used to connect