RE: A couple items on TODO

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема RE: A couple items on TODO
Дата
Msg-id ECEHIKNFIMMECLEBJFIGEEKFCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: A couple items on TODO  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: A couple items on TODO  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: A couple items on TODO  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: A couple items on TODO  (Jeff Davis <list-pgsql-hackers@dynworks.com>)
Список 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.

I have noticed while working on command.c and heap.c that half the functions
pass 'const char *' and the other half pass just 'char *'.  This is a pain
when you have a little helper function like 'is_relation(char *)' and you
want to pass a 'const char *' to it and vice versa.  ie. Compiler warnings -
it's sort of annoying.

Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amandeep Singh
Дата:
Сообщение: ERP Applications on Postgresql -- ERPTool
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: A couple items on TODO