Re: ECPG is okay again

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ECPG is okay again
Date: 2001-12-10 12:39:45
Message-ID: Pine.GSO.4.33.0112101538590.16209-100000@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In current CVS I've got;

gcc -O2 -mpentiumpro -Wall -Wmissing-prototypes -Wmissing-declarations -I./../include -I../../../../src/include -DMAJOR_VERSION=2 -DMINOR_VERSION=9 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/usr/local/pgsql/include\" -c -o descriptor.o descriptor.c
descriptor.c: In function CPGnumeric_lvalue':
descriptor.c:63: incompatible type for argument 2 of
merror'
descriptor.c:63: too few arguments to function
merror'
descriptor.c: In function rop_descriptor':
descriptor.c:124: incompatible type for argument 2 of
merror'
descriptor.c:124: too few arguments to function
merror'
descriptor.c: In function ookup_descriptor':
descriptor.c:147: incompatible type for argument 2 of
merror'
descriptor.c:147: too few arguments to function
merror'
descriptor.c: In function tput_get_descr_header':
descriptor.c:164: incompatible type for argument 2 of
merror'
descriptor.c:164: too few arguments to function
merror'
descriptor.c: In function tput_get_descr':

This is a Linux, glibc 2.1.3

Oleg

On Sun, 9 Dec 2001, Michael Meskes wrote:

> I added several error messages and hopefully by doing this removed all
> possibilities for a segfault.
>
> Michael
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mlw 2001-12-10 13:05:35 Re: Explicit configuration file
Previous Message mlw 2001-12-10 12:29:09 Re: Explicit configuration file