| From: | KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, 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: | Updates of SE-PostgreSQL 8.4devel patches (r1408) |
| Date: | 2009-01-14 06:59:50 |
| Message-ID: | 496D8D66.2020009@ak.jp.nec.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I updated patch set of SE-PostgreSQL and related stuff (r1408).
[1/5] http://sepgsql.googlecode.com/files/sepostgresql-sepgsql-8.4devel-3-r1408.patch
[2/5] http://sepgsql.googlecode.com/files/sepostgresql-utils-8.4devel-3-r1408.patch
[3/5] http://sepgsql.googlecode.com/files/sepostgresql-policy-8.4devel-3-r1408.patch
[4/5] http://sepgsql.googlecode.com/files/sepostgresql-docs-8.4devel-3-r1408.patch
[5/5] http://sepgsql.googlecode.com/files/sepostgresql-tests-8.4devel-3-r1408.patch
List of updates:
- It replaces some of elog() to raise user visible error messages,
by ereport() with proper error code.
- It replaces "static inline" functions by real ones, and moves them
to src/backend/security/pgaceHooks.c, to eliminate GCC dependency.
These are based on Alvaro's comments.
Thanks for your help!
--
OSS Platform Development Division, NEC
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2009-01-14 07:34:59 | Re: Updates of SE-PostgreSQL 8.4devel patches (r1403) |
| Previous Message | Heikki Linnakangas | 2009-01-14 06:27:18 | Re: Latest version of Hot Standby patch |