Re: size of NULL field? - Mailing list pgsql-general

From Tom Lane
Subject Re: size of NULL field?
Date
Msg-id 6263.1019103778@sss.pgh.pa.us
Whole thread Raw
In response to Re: size of NULL field?  (dalgoda@ix.netcom.com (Mike Castle))
List pgsql-general
dalgoda@ix.netcom.com (Mike Castle) writes:
>> Oh, I didn't realize the size of the NULL bitmask was zero if no nulls
>> exist.  Nice.

> So, how does the row know if the NULL bitmask exists or not?

There's a bit in the t_infomask field for it.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Critical performance problems on large databases
Next
From: Bruce Momjian
Date:
Subject: Re: Java as PG Procedural Language