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

Commitc777e81

Browse files
committed
fixed a bug with not commenting out FSYNC= in initdb.sh
1 parent2028840 commitc777e81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.5 1996/07/19 05:32:22 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.6 1996/07/20 07:29:33 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -60,7 +60,7 @@
6060
PORTNAME=BSD44_derived
6161

6262
# SRCDIR specifies where the source files are.
63-
SRCDIR=<SET THIS VALUE>
63+
SRCDIR=/home/staff/scrappy/cvs/postgres95/src
6464

6565
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
6666
LEX = flex

‎src/bin/initdb/initdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
#
1414
# IDENTIFICATION
15-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.2 1996/07/15 19:22:58 scrappy Exp $
15+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.3 1996/07/20 07:33:36 scrappy Exp $
1616
#
1717
#-------------------------------------------------------------------------
1818

@@ -35,7 +35,7 @@ export PATH
3535

3636
# OPENLINK Added an fsync option to postmaster
3737
# REQUIRES: pg95 compiled with -DOPENLINK_PATCHES, see README_OPENLINK
38-
FSYNC=#-F
38+
#FSYNC=-F
3939

4040
CMDNAME=`basename$0`
4141

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp