Re: compiler warning fix - Mailing list pgsql-patches

From Tom Lane
Subject Re: compiler warning fix
Date
Msg-id 27946.1194296285@sss.pgh.pa.us
Whole thread Raw
In response to compiler warning fix  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-patches
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> Sun studio reports following warnings during
> src/interfaces/ecpg/ecpglib/prepare.c compilation:
> "prepare.c", line 34: warning: storage class after type is obsolescent
> "prepare.c", line 35: warning: storage class after type is obsolescent

Yeah, it's right: the C spec deprecates that.  Patch applied, thanks.

            regards, tom lane

pgsql-patches by date:

Previous
From: Zdenek Kotala
Date:
Subject: compiler warning fix
Next
From: Zdenek Kotala
Date:
Subject: Fix pg_dump dependency on postgres.h