incorrect const usage

Поиск
Список
Период
Сортировка
От Dmitry Samersoff
Тема incorrect const usage
Дата
Msg-id XFMail.990329144640.dms@wplus.net
обсуждение исходный текст
Ответы Re: [HACKERS] incorrect const usage  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Problem caused by incorrect const tag usage still exist

It can be solved  whether to check all calls  for const modifyier or remove all const tags  or (worst) patch configure
toadd -std to CFLAGS
 

kernigan(dms)~/pgsql/pgsql/src/interfaces/libpq>uname -a
OSF1 kernigan.wplus.net V4.0 878 alpha

cc: Error: fe-connect.c, line 173: In this declaration, parameter 1 has a
different type than specified in an earlier declaration of this function.
PQconnectdb(const char *conninfo)
^


---
Dmitry Samersoff, dms@wplus.net, ICQ:3161705
http://devnull.wplus.net


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

Предыдущее
От: Oleg Broytmann
Дата:
Сообщение: Re: [HACKERS] Locale patch (Greek locale and koi8-to-win1251 tests)
Следующее
От: Chris Bitmead
Дата:
Сообщение: Large objects error - expected a 'V' from the backend