patch: preload dictionary - with mmap

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: patch: preload dictionary - with mmap
Date: 2010-03-31 18:02:29
Message-ID: u2g162867791003311102ya90615a3h559450ad3113a5cf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
dict_preload.diff application/octet-stream 51.7 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Hitoshi Harada 2010-03-31 18:15:02 Re: TODO list updates
Previous Message Josh Berkus 2010-03-31 17:46:17 Re: Alpha release this week?