Un-include access/heapam.h - Mailing list pgsql-hackers

From Amit Langote
Subject Un-include access/heapam.h
Date
Msg-id ef5046f7-a68d-672d-57ba-1fdf101e086e@lab.ntt.co.jp
Whole thread Raw
Responses Re: Un-include access/heapam.h  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
I noticed that un-including access/heapam.h from the following files
leaves things just fine.

src/backend/commands/aggregatecmds.c
src/backend/commands/collationcmds.c
src/backend/commands/conversioncmds.c
src/backend/commands/lockcmds.c

It seems any calls into heapam.c that there used to be have since moved to
the corresponding backend/catalog/* files or elsewhere.

Attached a patch.

Thanks,
Amit

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Hash Indexes
Next
From: Amit Kapila
Date:
Subject: Re: Hash Indexes