Re: Compile Error - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Compile Error
Date
Msg-id Pine.LNX.4.30.0105081720430.759-100000@peter.localdomain
Whole thread Raw
In response to Compile Error  ("Joseph Showalter" <Tech@ekn.com>)
List pgsql-general
Joseph Showalter writes:

> I get the following compile error on Redhat 7.1...
>
> input.c: In function `initializeInput':
> input.c:157: warning: passing arg 1 of `on_exit' from incompatible
> pointer type
> input.c:157: too few arguments to function `on_exit'
> make[3]: *** [input.o] Error 1

A more interesting question would be why it's using on_exit() at all and
not atexit().  Can you check the config.log file for compiler messages?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: != or <>
Next
From: Jeff Eckermann
Date:
Subject: RE: Fixed width COPY