Re: [PATCHES] [HACKERS] Proposal for Null Bitmap Optimization(for TrailingNULLs)

2007-12-20 Thread Gokulakannan Somasundaram
Thanks for the suggestions. I am re-submitting the patch in contextual diff format. As far as storage savings are concened, the patch claims whatever is stated. I checked it by creating a table with 10 columns on a 32 bit machine. i inserted 100,000 rows with trailing nulls and i observed savings

[PATCHES] typo in func.sgml

2007-12-20 Thread Jan UrbaƄski
Cheers, Jan Urbanski -- Jan Urbanski GPG key ID: E583D7D2 ouden estin Index: pgsql/doc/src/sgml/func.sgml === RCS file: /projects/cvsroot/pgsql/doc/src/sgml/func.sgml,v retrieving revision 1.418 diff -u -r1.418 func.sgml --- pgsql/do

Re: [PATCHES] typo in func.sgml

2007-12-20 Thread Tom Lane
=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <[EMAIL PROTECTED]> writes: > - individual data types is expected evolve in order to align the > + individual data types is expected to evolve in order to align the Applied, thanks. regards, tom lane ---(end