Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c842736 commit 3e79b7eCopy full SHA for 3e79b7e
src/include/Makefile
@@ -44,6 +44,7 @@ install: all installdirs
44
$(INSTALL_DATA) pg_config.h '$(DESTDIR)$(includedir_server)'
45
$(INSTALL_DATA) pg_config_ext.h '$(DESTDIR)$(includedir_server)'
46
$(INSTALL_DATA) pg_config_os.h '$(DESTDIR)$(includedir_server)'
47
+ $(INSTALL_DATA) nodes/nodetags.h '$(DESTDIR)$(includedir_server)/nodes'
48
$(INSTALL_DATA) utils/errcodes.h '$(DESTDIR)$(includedir_server)/utils'
49
$(INSTALL_DATA) utils/fmgroids.h '$(DESTDIR)$(includedir_server)/utils'
50
$(INSTALL_DATA) utils/fmgrprotos.h '$(DESTDIR)$(includedir_server)/utils'
0 commit comments