Missing utils/fmgroids.h file

Started by Thom Brownover 15 years ago2 messagesdocs
Jump to latest
#1Thom Brown
thom@linux.com

Someone has submitted a comment for the docs page
https://wwwmaster.postgresql.org/docs/8.4/interactive/install-procedure.html
as follows....

"In section "Client-only installation", there is an issue doing gmake
-C src/include install as utils/fmgroids.h is missing.

This file is generated running gmake -C src/backend install."

Is this the case, and if so, does the documentation need updating?

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#1)
Re: Missing utils/fmgroids.h file

Thom Brown <thom@linux.com> writes:

Someone has submitted a comment for the docs page
https://wwwmaster.postgresql.org/docs/8.4/interactive/install-procedure.html
as follows....

"In section "Client-only installation", there is an issue doing gmake
-C src/include install as utils/fmgroids.h is missing.

This file is generated running gmake -C src/backend install."

Is this the case, and if so, does the documentation need updating?

There should be no need to have fmgroids.h available in a client-only
build.

regards, tom lane