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

Commit007e4d9

Browse files
author
Thomas G. Lockhart
committed
Replace missing directory delimiter for postmaster installation command.
1 parentfa67a24 commit007e4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/Makefile

Lines changed: 2 additions & 2 deletions
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.25 1997/09/19 19:44:30 scrappy Exp $
37+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.26 1997/09/20 16:08:24 thomas Exp $
3838
#
3939
#-------------------------------------------------------------------------
4040

@@ -122,7 +122,7 @@ ifeq ($(MAKE_EXPORTS), true)
122122
$(INSTALL) $(INSTLOPTS) $(POSTGRES_IMP) $(LIBDIR)/$(POSTGRES_IMP)
123123
endif
124124
@rm -f $(BINDIR)/postmaster
125-
ln -s postgres $(BINDIR)postmaster
125+
ln -s postgres $(BINDIR)/postmaster
126126
$(INSTALL) $(INSTLOPTS) fmgr.h $(HEADERDIR)/fmgr.h
127127
$(INSTALL) $(INSTLOPTS) global1.bki.source \
128128
$(LIBDIR)/global1.bki.source

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp