pgsql: Remove execdesc.h inclusion from tcopprot.h - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove execdesc.h inclusion from tcopprot.h
Date
Msg-id E1TEhX6-0007aP-Kj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove execdesc.h inclusion from tcopprot.h

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/22c734fcdb5321212bacde9b502d36a4cf564b44

Modified Files
--------------
src/backend/commands/schemacmds.c    |    1 +
src/backend/storage/ipc/procsignal.c |    1 +
src/include/tcop/tcopprot.h          |    3 ++-
3 files changed, 4 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: sakamotomsh@pgfoundry.org (User Sakamotomsh)
Date:
Subject: reorg - pg_reorg: Added missing PQclear().
Next
From: sakamotomsh@pgfoundry.org (User Sakamotomsh)
Date:
Subject: reorg - pg_reorg: Supports CREATE EXTENSION.