Re: MMAP Buffers

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Radosław Smogura <rsmogura(at)softperience(dot)eu>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: MMAP Buffers
Date: 2011-04-15 12:26:26
Message-ID: 4DA83972.1000507@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/15/2011 08:12 AM, Radosław Smogura wrote:
>> The patch is quite hard to read because of random whitespace changes
>> and other stylistic issues, but I have a couple of high-level
>> questions on the design:
>
> Yes, but, hmm... in Netbeans I had really long gaps (probably 8
> spaces, from tabs), so deeper "ifs", comments at the and of variables,
> went of out my screen. I really wanted to not format this, but
> sometimes I needed.
>
>

Netbeans is possibly not very well suited to working on postgres code.
AFAIK emacs and/or vi(m) are used by almost all the major developers.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2011-04-15 12:40:46 Re: Single client performance on trivial SELECTs
Previous Message Radosław Smogura 2011-04-15 12:12:37 Re: MMAP Buffers