Re: extensible enum types - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: extensible enum types
Date
Msg-id 4C1D2EAE.1090000@dunslane.net
Whole thread Raw
In response to Re: extensible enum types  (Gurjeet Singh <singh.gurjeet@gmail.com>)
Responses Re: extensible enum types  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers

Gurjeet Singh wrote:
>
>
> This is very similar to Andrew's original suggestion of splitting 32 
> bits into 16+16, but managed by the machine hence no complicated 
> comparison algos needed on our part. Also, since this is all 
> transparent to the SQL interface, our dump-reload cycle or Slony 
> replication, etc. should not be affected either.
>
>

It would break the on-disk representation, though. That's not something 
we want to do any more if it can possibly be avoided. We want to keep 
pg_upgrade working.

cheers

andrew




pgsql-hackers by date:

Previous
From: Gurjeet Singh
Date:
Subject: Re: extensible enum types
Next
From: Merlin Moncure
Date:
Subject: Re: extensible enum types