patch: preload dictionary - with mmap
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-03-31T18:02:29Z
Lists: pgsql-hackers
Attachments
- dict_preload.diff (application/octet-stream) patch
Hello this is modification of patch what I sent before. It is based on using mmap. I had some problems with mremap with shared mmap memory. I found some messages about it and I think so it is issue on Linux still, so I doesn't use mremap function. Preloading working well without issues. Regards Pavel Stehule