Re: Remaining beta blockers - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Remaining beta blockers
Date
Msg-id 20130503163457.GE10957@alap2.anarazel.de
Whole thread Raw
In response to Re: Remaining beta blockers  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Remaining beta blockers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2013-05-03 12:10:14 -0400, Tom Lane wrote:
> Stephen Frost <sfrost@snowman.net> writes:
> > I'm more concerned about moving information which really should be in
> > the system catalogs out into magic files on disk..
> 
> Right.  The whole thing is just a kluge, which I'm convinced we'll
> regret sooner or later --- probably sooner.

I tentatively agree as well. The only argument for introducing some
additional location for such information is that it would be the start
of an infrastructure for information we would need for incrementally
adding checksums, page upgrades and such.

> I would much rather drop
> unlogged matviews for now and put scannability status into pg_class
> where it belongs.

I have no problem with that. And getting to the point were we can switch
databases in a backend in at least a restricted environment is a good
thing.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: matview niceties: pick any two of these three
Next
From: Tom Lane
Date:
Subject: Re: Remaining beta blockers