Missing utils/fmgroids.h file
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
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