pgsql: Have heapam.h include lockdefs.h rather than lock.h. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Have heapam.h include lockdefs.h rather than lock.h.
Date
Msg-id E1bjni8-0001y1-Hl@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Remove user_relns() SRF from regression tests.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve parser's and planner's handling of set-returning functio