Re: A couple items on TODO

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jeff Davis <list-pgsql-hackers(at)dynworks(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A couple items on TODO
Date: 2001-08-23 14:44:10
Message-ID: 200108231444.f7NEiA105718@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> As I was browsing TODO, I noticed a couple unassigned items that I may be
> able to help with (I haven't worked with the source before):
>
> *Add use of 'const' for variables in source tree

I would discuss this item with the hackers list and see exactly what
people want done with it.

> *Convert remaining fprintf(stderr,...)/perror() to elog()

The issue here is that some calls can't use elog() because the context
is not properly set up yet so we need to identify the non-elog error
calls and figure out if they should be elog().

>
> Neither seemed to be active at all.
>
> I also noticed that this item has been there for a while:
> *Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)

This is done. I forgot to mark it. I just marked it now.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-23 15:01:13 Re: CURRENT OF cursor without OIDs
Previous Message Bruce Momjian 2001-08-23 14:42:28 Re: A couple items on TODO