pgsql: Have heapam.h include lockdefs.h rather than lock.h.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have heapam.h include lockdefs.h rather than lock.h.
Date: 2016-09-13 13:25:16
Message-ID: E1bjni8-0001y1-Hl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Have heapam.h include lockdefs.h rather than lock.h.

lockdefs.h was only split from lock.h relatively recently, and
represents a minimal subset of the old lock.h. heapam.h only needs
that smaller subset, so adjust it to include only that. This requires
some corresponding adjustments elsewhere.

Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/445a38aba26cb80a4506af2248e3b425f795a099

Modified Files
--------------
src/backend/access/heap/syncscan.c | 2 ++
src/backend/access/transam/commit_ts.c | 1 +
src/include/access/heapam.h | 2 +-
src/include/access/relscan.h | 1 +
src/include/nodes/execnodes.h | 1 +
5 files changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-09-13 17:54:39 pgsql: Improve parser's and planner's handling of set-returning functio
Previous Message Andres Freund 2016-09-13 02:39:47 pgsql: Remove user_relns() SRF from regression tests.