Updates of SE-PostgreSQL 8.4devel patches (r1408)
| 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 (view raw or flat) |
| 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>
In response to
Responses
pgsql-hackers by date
| Next: | From: Martijn van Oosterhout | Date: 2009-01-14 07:34:59 |
| Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1403) |
| Previous: | From: Heikki Linnakangas | Date: 2009-01-14 06:27:18 |
| Subject: Re: Latest version of Hot Standby patch |