pgsql: pg_upgrade: remove redundant include files - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: remove redundant include files
Date
Msg-id E1WaTcg-0001Wn-4u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade:  remove redundant include files

The files were already included by pg_upgrade.h.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/95cb917297ebe77add3cef4f01cca1004031fa9a

Modified Files
--------------
contrib/pg_upgrade/exec.c   |    1 -
contrib/pg_upgrade/option.c |    1 -
2 files changed, 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Attempt to get plpython regression tests working again for MSVC