Re: [HACKERS] Problem on TODO list - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Problem on TODO list
Date
Msg-id 199809231748.NAA02708@candle.pha.pa.us
Whole thread Raw
In response to Problem on TODO list  (Michael Meskes <meskes@usa.net>)
Responses Re: [HACKERS] Problem on TODO list  (Michael Meskes <meskes@usa.net>)
List pgsql-hackers
> I just scanned through the TODO list in the actual source tree. It seems
> this one isn't up-to-date since the ecpg entry is still old. Also I found
> this bug:

I have removed the actual version numbers of ecpg from the TODO list.

>
> * select upper(usename), count(usesysid) from pg_shadow group by 1 fails
>
> However, actual version says:
>
> mm=> select upper(usename), count(usesysid) from pg_shadow group by 1;
> upper   |count
> --------+-----
> MESKES  |    1
> POSTGRES|    1
> (2 rows)
>
> Seems to be okay, doesn't it?

Yep.  Removed.

The current TODO list is always on our web site.  The distribution gets
updated as part of the start of beta, and the final release.


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

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Problem on TODO list
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] datetime questions and fix to dt.c