Re: pgsql-server: The current implementation of dbsize

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server: The current implementation of dbsize
Date: 2004-09-02 04:05:04
Message-ID: 200409020405.i82454J04635@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Removed. I assume the line got in there just because the file
originally has _no_ header comment. It wasn't a copyright line so I
assume it is fine just to remove it.

---------------------------------------------------------------------------

Alvaro Herrera wrote:
> On Wed, Sep 01, 2004 at 09:55:22PM -0300, Bruce Momjian wrote:
>
> > The current implementation of dbsize doesn't handle tables in
> > tablespaces correctly, and is quite restricted on objects covered (only
> > tables and databases, but not tablespaces and indexes).
>
> I agree this is a big patch, but is it correct to have the file carry an
> author tag of Andreas Pflug? What happened to all previous
> contributors? Why is the original author's name not even mentioned?
>
> --
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> "The problem with the future is that it keeps turning into the present"
> (Hobbes)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-02 15:39:57 pgsql-server: Use $PATH_SEPARATOR like the rest of the autoconf code,
Previous Message Bruce Momjian 2004-09-02 04:04:05 pgsql-server: Remove line specifying Andreas as author.