pgsql-server/src/include pg_config.h.in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/include pg_config.h.in
Date
Msg-id 20021107220830.534C0476A27@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/11/07 17:08:30

Modified files:
    src/include    : pg_config.h.in

Log message:
    Move substitute extern declarations to end of file, so that they are
    not read until after we've read the port-specific header file.  In
    particular this should make it safer to #include system headers for
    inet_aton; in general it seems that the port header file ought to be
    in a position to set definitions before we do stuff based on having
    a definition or not.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/libpq/Tag: backend/li ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/include/port linux.h