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

Commit9b91412

Browse files
committed
Make sure all changes are committed...
1 parenta7257ff commit9b91412

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

‎src/Makefile.global.in

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.8 1997/02/05 21:21:33 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.9 1997/02/06 06:33:47 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -80,11 +80,6 @@ LIBPQDIR:= $(SRCDIR)/libpq
8080
# changable separately.
8181
POSTGRESDIR= /usr/local/pgsql
8282

83-
# DATADIR specifies where the postmaster expects to find its database.
84-
# This may be overridden by command line options or the PGDATA environment
85-
# variable.
86-
DATADIR= $(POSTGRESDIR)/data
87-
8883
# Where the postgres executables live (changeable by just putting them
8984
# somewhere else and putting that directory in your shell PATH)
9085
BINDIR= $(POSTGRESDIR)/bin

‎src/include/config.h.in

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,13 @@
194194
# defineUSE_POSIX_TIME
195195
# define USE_POSIX_SIGNALS
196196
# defineNO_EMPTY_STMTS
197-
# defineUSE_POSIX_TIME
198197
# defineSYSV_DIRENT
199198
# defineHAS_TEST_AND_SET
200199
typedefunsignedcharslock_t;
201200
#endif
202201

203202
#if defined(sunos4)
204203
# defineUSE_POSIX_TIME
205-
/* # undef HAVE_MEMMOVE */
206204
#endif
207205

208206
#if defined(svr4)
@@ -260,11 +258,6 @@ typedef unsigned char slock_t;
260258

261259
#defineDEF_PGPORT "5432"
262260

263-
/* turn this on if you prefer European style dates instead of American
264-
* style dates
265-
*/
266-
/* #define EUROPEAN_DATES */
267-
268261
/*
269262
* If you do not plan to use Host based authentication,
270263
* comment out the following line
@@ -395,10 +388,4 @@ typedef unsigned char slock_t;
395388
/* Undocumented "features"? */
396389
#defineFASTBUILD/* access/nbtree/nbtsort.c */
397390

398-
399-
400-
401-
402-
403391
#endif/* CONFIG_H */
404-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp