Re: Updates of SE-PostgreSQL 8.4devel patches (r1348)

From: KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: KaiGai Kohei <kaigai(at)kaigai(dot)gr(dot)jp>, bruce(at)momjian(dot)us, tgl(at)sss(dot)pgh(dot)pa(dot)us, simon(at)2ndQuadrant(dot)com
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1348)
Date: 2008-12-26 09:56:26
Message-ID: 4954AA4A.2010001@ak.jp.nec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I updated the patch set of SE-PostgreSQL and related stuff (r1348)
>
> [1/5] http://sepgsql.googlecode.com/files/sepostgresql-sepgsql-8.4devel-3-r1348.patch
> [2/5] http://sepgsql.googlecode.com/files/sepostgresql-utils-8.4devel-3-r1348.patch
> [3/5] http://sepgsql.googlecode.com/files/sepostgresql-policy-8.4devel-3-r1348.patch
> [4/5] http://sepgsql.googlecode.com/files/sepostgresql-docs-8.4devel-3-r1348.patch
> [5/5] http://sepgsql.googlecode.com/files/sepostgresql-tests-8.4devel-3-r1348.patch

I found a few bugs in this revision.
- It does not apply permission checks on trans/final functions in
aggregate function.
- When a set-returning function is inlined by optimizer, trusted
procedure does not work correctly.
- When we select rowtype on inherited table, it checks superfluous
column's permissions.

Please wait for a while to fix them...
--
OSS Platform Development Division, NEC
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2008-12-26 14:48:13 Re: [BUGS] BUG #4186: set lc_messages does not work
Previous Message Koichi Suzuki 2008-12-26 08:11:22 V3 of PITR performance improvement for 8.4 (WIP)