incorrect const usage

From: Dmitry Samersoff <dms(at)wplus(dot)net>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: incorrect const usage
Date: 1999-03-29 10:46:40
Message-ID: XFMail.990329144640.dms@wplus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 to add -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(at)wplus(dot)net, ICQ:3161705
http://devnull.wplus.net

Browse pgsql-hackers by date

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