ALTER TYPE 5: varbit and bit

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ALTER TYPE 5: varbit and bit
Date: 2011-01-09 22:06:15
Message-ID: 20110109220615.GF5777@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Add exemptor functions for bit and varbit. These are probably the simplest
examples of the full range of optimizations. I would have used them as the test
case in the initial exemptor function patch if it were a more mainstream use
case.

Attachment Content-Type Size
at5-varbit.patch text/plain 9.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2011-01-09 22:07:09 ALTER TYPE 6: numeric
Previous Message Noah Misch 2011-01-09 22:05:00 ALTER TYPE 4: temporal data types