Re: BSD gettext

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: BSD gettext
Date: 2001-05-24 21:11:09
Message-ID: Pine.LNX.4.30.0105242303170.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane writes:

> However, I think it's pretty foolish to depend on mmap for such
> little reason as this code does. I suggest ripping out the mmap
> usage and just reading the file with good old read(2).

I'm prepared to do that if mmap doesn't work for someone, but I'm not
eager to fork the code without proven breakage.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-05-24 23:51:44 Re: Plans for solving the VACUUM problem
Previous Message Nathan Myers 2001-05-24 21:10:34 Re: BSD gettext