RE: [HACKERS] Happy column dropping

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "The Hermit Hacker" <scrappy(at)hub(dot)org>, "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "PostgreSQL Development" <pgsql-hackers(at)postgreSQL(dot)org>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: RE: [HACKERS] Happy column dropping
Date: 2000-01-23 12:38:49
Message-ID: NDBBIJLOILGIKBGDINDFIEELCCAA.Inoue@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: owner-pgsql-hackers(at)postgreSQL(dot)org
> [mailto:owner-pgsql-hackers(at)postgreSQL(dot)org]On Behalf Of Tom Lane
>
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> >> Okay, my turn here ... I vote for this to be *reverted*!!
>
> > I disagree. First, it is on the TODO list, so it is open game. Second
> > it is not throughout all the code, it only gets activated if someone
> > executes the command. Third, I don't know of any time limit that
> > features have to be implemented a certain number of weeks _before_ beta
> > starts.
>
> I agree with Bruce. There's no risk of this breaking anything else,
> AFAICT, so if it doesn't work there's no harm done. I hope Peter is
> going to clean it up more before beta, but why shouldn't he push out
> what he has for review and criticism?
>

I agree with Marc.
DROP COLUMN feature should be discussed before implementing it.

We can live without DROP COLUMN feature.
All we have to do is to ignore the column.
Why should we have a complicated implementation for the feature
without any discussion ?

Anyway I have 2 basic questions.

1) Is the * 2x disk usage * implementation really needed ?
2) Why rename() ?
I don't trust rename() at all in transaction control.
The first thing we should do it to change relname -> relation file
name mapping in order to avoid calling rename().

Regards.

Hiroshi Inoue
Inoue(at)tpf(dot)co(dot)jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-01-23 15:26:58 Re: [HACKERS] Happy column dropping
Previous Message Bruce Momjian 2000-01-23 10:04:37 Re: [HACKERS] Unique constraint for inherited tables?