incorrect const usage - Mailing list pgsql-hackers

From Dmitry Samersoff
Subject incorrect const usage
Date
Msg-id XFMail.990329144640.dms@wplus.net
Whole thread Raw
Responses Re: [HACKERS] incorrect const usage
List 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 by date:

Previous
From: Oleg Broytmann
Date:
Subject: Re: [HACKERS] Locale patch (Greek locale and koi8-to-win1251 tests)
Next
From: Chris Bitmead
Date:
Subject: Large objects error - expected a 'V' from the backend