Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit747527e

Browse files
committed
Neglected to add fmgr.h to set of installed headers...
1 parent8a098f2 commit747527e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
#
3636
# IDENTIFICATION
37-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.49 2000/05/2905:44:33 tgl Exp $
37+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.50 2000/05/2920:51:35 tgl Exp $
3838
#
3939
#-------------------------------------------------------------------------
4040

@@ -249,6 +249,8 @@ install-headers: prebuildheaders $(SRCDIR)/include/config.h
249249
$(HEADERDIR)/postgres.h
250250
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/postgres_ext.h \
251251
$(HEADERDIR)/postgres_ext.h
252+
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/fmgr.h \
253+
$(HEADERDIR)/fmgr.h
252254
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/pqcomm.h \
253255
$(HEADERDIR)/libpq/pqcomm.h
254256
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/libpq-fs.h \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp