Un-include access/heapam.h

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Un-include access/heapam.h
Дата
Msg-id ef5046f7-a68d-672d-57ba-1fdf101e086e@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Un-include access/heapam.h  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Hash Indexes
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Hash Indexes