Re: [v9.1] sepgsql - userspace access vector cache
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Kohei Kaigai <Kohei.Kaigai@emea.nec.com>
Cc: Yeb Havinga <yebhavinga@gmail.com>,
PgHacker <pgsql-hackers@postgresql.org>, Kohei KaiGai <kaigai@kaigai.gr.jp>
Date: 2011-08-18T17:21:44Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove the limit on the number of entries allowed in catcaches, and
- 8b9bc234ad43 8.2.0 cited
On Thu, Aug 18, 2011 at 1:00 PM, Robert Haas <robertmhaas@gmail.com> wrote: > [more problems] OK, I'm giving up for now. I hit two more snags: 1. chkselinuxenv uses "which", and a Fedora 15 minimal install doesn't include that. I fixed that by installing "which", but maybe we ought to be looking for a way to eliminate that dependency, like testing for the commands you need by running them with --help, or something like that. 2. restorecon doesn't correctly set the permissions for me on ~/project/bin/psql. I get: [rhaas@f15selinux sepgsql]$ ls -Z ~/project/bin/psql -rwxr-xr-x. rhaas rhaas unconfined_u:object_r:user_home_t:s0 /home/rhaas/project/bin/psql Now I can fix that by applying bin_t manually, as suggested in the documentation. However, that just moves the failure to library load time. regression.diffs has multiple copies of this error message: /home/rhaas/project/bin/psql: error while loading shared libraries: libpq.so.5: failed to map segment from shared object: Permission denied Help! Thanks, -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company