Re: MMAP Buffers

Marko Kreen <markokr@gmail.com>

From: Marko Kreen <markokr@gmail.com>
To: Radosław Smogura <rsmogura@softperience.eu>
Cc: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-04-16T19:41:19Z
Lists: pgsql-hackers
On Fri, Apr 15, 2011 at 3:12 PM, Radosław Smogura
<rsmogura@softperience.eu> wrote:
> On Fri, 15 Apr 2011 14:33:37 +0300, Heikki Linnakangas 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.

Seems no one else has mentioned it yet -- Postgres uses non-standard
tab-width of 4, instead of 8.  If you see ugly code in Postgres, thats why...

-- 
marko