Re: The case for version number inflation

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Selena Deckelmann <selena(at)chesnok(dot)com>
Cc: pgsql-advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: The case for version number inflation
Date: 2013-02-28 19:16:02
Message-ID: 512FACF2.6020205@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Selena,

> This seems like a case to be made for Postgres to respond more elegantly to
> this situation, possibly by converting blocks on the fly to the newer
> version of the database for writes and being ok with reading previous
> versions of blocks, or simply not writing data to the filesystem when the
> versions don't match.

It's on the TODO list. It's just really hard to implement, especially
if you consider the combinational challenge.

Postgres won't start up if the binaries don't match the data ... unless
someone has written a script which replaces the pg_control file :-(

>> (And please, let's not even think about using a cutesy naming scheme -
>> "Excited Elephant", "Flirty Foreign-Key", "Grumpy Groupby" etcetera ;) )

I *really* don't want to see the graphic for Excited Elephant.

On the other hand, I think I already have a graphic for Grumpy Groupby ...

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Selena Deckelmann 2013-02-28 19:35:42 Re: The case for version number inflation
Previous Message Gabriele Bartolini 2013-02-28 18:04:24 Re: The case for version number inflation