Re: uncataloged tables are a vestigial husk - Mailing list pgsql-hackers

From Robert Haas
Subject Re: uncataloged tables are a vestigial husk
Date
Msg-id CA+Tgmob7QG93E1FohEFBweF-cCCRuR+JD0DyQnwj2ssrY3evzA@mail.gmail.com
Whole thread Raw
In response to Re: uncataloged tables are a vestigial husk  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: uncataloged tables are a vestigial husk
List pgsql-hackers
On Wed, Jun 13, 2012 at 1:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> The attached patch cleans it up by removing RELKIND_UNCATALOGED and
>> teaching RelationBuildLocalRelation() to set the relkind itself.
>
> I think there are probably some places to fix in the docs too.

catalogs.sgml doesn't include it in the list of possible relkinds,
since it never hits the disk.  And grep -i uncatalog doc/src/sgml
comes up empty.  Where else should I be looking?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [RFC][PATCH] Logical Replication/BDR prototype and architecture
Next
From: Merlin Moncure
Date:
Subject: Is cachedFetchXidStatus provably valid?