From: | Hannu Krosing <hannu(at)skype(dot)net> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Marko Kreen <markokr(at)gmail(dot)com>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Michael Glaesemann <grzm(at)seespotcode(dot)net>, Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Skytools committed without hackers discussion/review |
Date: | 2007-10-10 18:25:54 |
Message-ID: | 1192040754.8959.26.camel@hannu-laptop |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Ühel kenal päeval, K, 2007-10-10 kell 18:23, kirjutas Magnus Hagander:
> On Wed, Oct 10, 2007 at 11:47:15AM -0400, Tom Lane wrote:
> > "Marko Kreen" <markokr(at)gmail(dot)com> writes:
> > > IMHO the core operations are already as stable as PostgreSQL use
> > > of MVCC, as the module just exports backend internal state...
> >
> > Well, it exports backend internal state that did not exist before 8.2
> > (ie, XID epoch). So it doesn't seem all that set in stone to me.
> >
> > > Another thing can can be done is more compact representation for
> > > txid_snapshot type, but that also won't affect core operation.
> >
> > That's another thing that's likely to become very much harder to change
> > once it's in core. People keep threatening to produce a working
> > in-place-upgrade process, and once that's reality the on-disk
> > representation of core types is going to be hard to change.
>
> Well, if that is a concern, than it's an equally big concern to have it in
> contrib. If people start using it, they're not going to care about us
> saying "hey, it was in contrib, why did you use it", when we earlier said
> "in order do use our whiz-bang stuff, you must install from contrib". We'll
> have complaints that it's too hard to install, but we won't manage to
> escape from the responsibility to keep it working.
I guess Marko will be able to take that responsibility, as he has been
doing for pg_crypto for years, an recently also pl/python to some
degree.
tsearch lived in contrib for quite long, evolving a lot and going
through a big morphing when it moved to core. I can't see anything
nearly as big happening to txid/snapshot types.
----------------
Hannu
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-10-10 18:30:54 | Re: Skytools committed without hackers discussion/review |
Previous Message | Marko Kreen | 2007-10-10 18:22:28 | Re: Skytools committed without hackers discussion/review |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-10-10 18:30:54 | Re: Skytools committed without hackers discussion/review |
Previous Message | Marko Kreen | 2007-10-10 18:22:28 | Re: Skytools committed without hackers discussion/review |