Skip site navigation (1) Skip section navigation (2)

Re: revised hstore patch

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: revised hstore patch
Date: 2009-07-22 00:56:18
Message-ID: 603c8f070907211756n352d7666oc01a7bc6ff581e57@mail.gmail.com (view raw or flat)
Thread:
Lists: pgsql-hackers
On Tue, Jul 21, 2009 at 7:25 PM, Tom Lane<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Or maybe we should think about having two versions of hstore.  This
> is all tied up in the problem of having a decent module infrastructure
> (which I hope somebody is working on for 8.5).

A decent module infrastructure is probably not going to fix this
problem unless it links with -ldwiw.  There are really only two
options here:

- Keep the old version around for compatibility and add a new version
that isn't compatible, plus provide a migration path from the old
version to the new version.

- Make the new version read the format written by the old version.

(I am also not aware that anyone is working on the module
infrastructure problem, though of course that doesn't mean that no-one
is; but the point is that's neither here nor there as respects the
present problem.  The module infrastructure is just a management layer
around the same underlying issues.)

...Robert

In response to

Responses

pgsql-hackers by date

Next:From: Itagaki TakahiroDate: 2009-07-22 01:09:17
Subject: Re: Duplicate key value error
Previous:From: Stephen FrostDate: 2009-07-22 00:54:20
Subject: Re: revised hstore patch

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group