pgsql: Minor #include cleanup. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Minor #include cleanup.
Date
Msg-id 20100813200433.371F37541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Minor #include cleanup.

I just noticed that libpq's pqsignal.h was violating our general inclusion
style guidelines by explicitly including postgres_fe.h.  Remove that, and
put it in pqsignal.c where it belongs.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        pqsignal.c (r1.30 -> r1.31)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pqsignal.c?r1=1.30&r2=1.31)
        pqsignal.h (r1.25 -> r1.26)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pqsignal.h?r1=1.25&r2=1.26)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add xml_is_well_formed, xml_is_well_formed_document,
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Include the backend ID in the relpath of temporary relations.