pgsql: Remove inclusion of postgres.h from a few header files.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove inclusion of postgres.h from a few header files.
Date: 2017-03-08 13:25:24
Message-ID: E1clbam-0006Aw-RL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove inclusion of postgres.h from a few header files.

Thomas Munro, per project policy articuled by Andres Freund and
Tom Lane.

Discussion: http://postgr.es/m/CAEepm=2zCoeq3QxVwhS5DFeUh=yU6z81pbWMgfOB8OzyiBwxzw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d9528604ccb05f545be7ca2bad161877fd3d9c13

Modified Files
--------------
src/include/access/bufmask.h | 1 -
src/include/utils/dsa.h | 2 --
2 files changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-08 13:33:01 Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver
Previous Message Robert Haas 2017-03-08 13:17:36 pgsql: Fix parallel index and index-only scans to fall back to serial.