Re: [HACKERS] Current TODO list

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Current TODO list
Date: 1999-05-18 14:45:51
Message-ID: 199905181445.KAA19839@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Tom, can you identify any of the array items as fixed? Should we
> > assume they are all fixed unless someone reports them broken?
>
> No, that would be unduly optimistic :-(. I have fixed one or two
> array-related bugs, but I haven't made a serious push on it; several
> of the test cases that are in my to-do list still fail.
>
> > * aggregates on array indexes crash backend
>
> I believe I have fixed that one, at least.

OK.

> > * select t[1] from foo fails, select count(foo.t[1]) from foo crashes
>
> This item is a duplicate: the first part refers to the same thing as
> > * array index references without table name cause problems
> (which is as yet unfixed) and the second refers to the aggregate problem.

OK.

> > * change the library/backend interface to use network byte order
>
> Is there something I'm missing? This has been true for a long while...

People have mentioned we should make the change, but it will require a
new protocol, so it hasn't moved from the list.

> > * -Allow DISTINCT on view
>
> I think this is not done...

Yes, I think he just added an error message to warn people.

Updated.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-18 14:56:25 I've got it, now should I commit it?
Previous Message Tom Lane 1999-05-18 14:40:54 Re: [HACKERS] Current TODO list