pgsql: Add -Winline to the default CFLAGS for gcc, and remove - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add -Winline to the default CFLAGS for gcc, and remove
Date
Msg-id 20051005171146.001F1DA239@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add -Winline to the default CFLAGS for gcc, and remove
-Wold-style-definition, per recent discussion.

Modified Files:
--------------
    pgsql:
        configure.in (r1.426 -> r1.427)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.426&r2=1.427)
        configure (r1.455 -> r1.456)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.455&r2=1.456)

pgsql-committers by date:

Previous
From: meskes@svr1.postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Also synced the ecpg lexer with the backend lexer.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make set_function_size_estimates() marginally smarter: per