Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS - Mailing list pgsql-hackers

From Greg Stark
Subject Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Date
Msg-id 9941FE8D-2841-4AA0-9420-73BEEEC705B3@enterprisedb.com
Whole thread Raw
In response to Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS  (David Fetter <david@fetter.org>)
Responses Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I don't understand what's wrong with the existing setup where DROP  
OIDS is a free operation. And the space is cleaned up later when the  
tuple is next written.
 It seems exactly equivalent to how we handle DROP COLUMN where the  
natt field of the tuple disagrees with the tuple descriptor and any  
additional columns are implicitly null.

-- 
Greg


On 8 Feb 2009, at 23:12, David Fetter <david@fetter.org> wrote:

> On Sun, Feb 08, 2009 at 11:51:22AM -0500, Tom Lane wrote:
>>
>> Now, if you want to argue that we should get rid of SET WITHOUT OIDS
>> altogether,
>
> +1 for removing it altogether.  Row OIDs are and ugly wart :P
>
> Cheers,
> David.
> -- 
> David Fetter <david@fetter.org> http://fetter.org/
> Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
> Skype: davidfetter      XMPP: david.fetter@gmail.com
>
> Remember to vote!
> Consider donating to Postgres: http://www.postgresql.org/about/donate
>
> -- 
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Next
From: Mihai Criveti
Date:
Subject: 64 bit PostgreSQL 8.3.6 build on AIX 5300-09-02-0849 with IBM XL C/C++ 10.1.0.1 - initdb fails (could not dump unrecognized node type: 650)