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
Showing
- src/backend/access/heap/syncscan.c 2 additions, 0 deletionssrc/backend/access/heap/syncscan.c
- src/backend/access/transam/commit_ts.c 1 addition, 0 deletionssrc/backend/access/transam/commit_ts.c
- src/include/access/heapam.h 1 addition, 1 deletionsrc/include/access/heapam.h
- src/include/access/relscan.h 1 addition, 0 deletionssrc/include/access/relscan.h
- src/include/nodes/execnodes.h 1 addition, 0 deletionssrc/include/nodes/execnodes.h
Loading
Please register or sign in to comment