Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9b914124
Commit
9b914124
authored
Feb 06, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure all changes are committed...
parent
a7257ff4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
19 deletions
+1
-19
src/Makefile.global.in
src/Makefile.global.in
+1
-6
src/include/config.h.in
src/include/config.h.in
+0
-13
No files found.
src/Makefile.global.in
View file @
9b914124
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.
8 1997/02/05 21:21:33
scrappy Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.
9 1997/02/06 06:33:47
scrappy Exp $
#
#
# NOTES
# NOTES
# Essentially all Postgres make files include this file and use the
# Essentially all Postgres make files include this file and use the
...
@@ -80,11 +80,6 @@ LIBPQDIR:= $(SRCDIR)/libpq
...
@@ -80,11 +80,6 @@ LIBPQDIR:= $(SRCDIR)/libpq
# changable separately.
# changable separately.
POSTGRESDIR
=
/usr/local/pgsql
POSTGRESDIR
=
/usr/local/pgsql
# DATADIR specifies where the postmaster expects to find its database.
# This may be overridden by command line options or the PGDATA environment
# variable.
DATADIR
=
$(POSTGRESDIR)
/data
# Where the postgres executables live (changeable by just putting them
# Where the postgres executables live (changeable by just putting them
# somewhere else and putting that directory in your shell PATH)
# somewhere else and putting that directory in your shell PATH)
BINDIR
=
$(POSTGRESDIR)
/bin
BINDIR
=
$(POSTGRESDIR)
/bin
...
...
src/include/config.h.in
View file @
9b914124
...
@@ -194,7 +194,6 @@
...
@@ -194,7 +194,6 @@
# define USE_POSIX_TIME
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# define USE_POSIX_SIGNALS
# define NO_EMPTY_STMTS
# define NO_EMPTY_STMTS
# define USE_POSIX_TIME
# define SYSV_DIRENT
# define SYSV_DIRENT
# define HAS_TEST_AND_SET
# define HAS_TEST_AND_SET
typedef unsigned char slock_t;
typedef unsigned char slock_t;
...
@@ -202,7 +201,6 @@ typedef unsigned char slock_t;
...
@@ -202,7 +201,6 @@ typedef unsigned char slock_t;
#if defined(sunos4)
#if defined(sunos4)
# define USE_POSIX_TIME
# define USE_POSIX_TIME
/* # undef HAVE_MEMMOVE */
#endif
#endif
#if defined(svr4)
#if defined(svr4)
...
@@ -260,11 +258,6 @@ typedef unsigned char slock_t;
...
@@ -260,11 +258,6 @@ typedef unsigned char slock_t;
#define DEF_PGPORT "5432"
#define DEF_PGPORT "5432"
/* turn this on if you prefer European style dates instead of American
* style dates
*/
/* #define EUROPEAN_DATES */
/*
/*
* If you do not plan to use Host based authentication,
* If you do not plan to use Host based authentication,
* comment out the following line
* comment out the following line
...
@@ -395,10 +388,4 @@ typedef unsigned char slock_t;
...
@@ -395,10 +388,4 @@ typedef unsigned char slock_t;
/* Undocumented "features"? */
/* Undocumented "features"? */
#define FASTBUILD /* access/nbtree/nbtsort.c */
#define FASTBUILD /* access/nbtree/nbtsort.c */
#endif /* CONFIG_H */
#endif /* CONFIG_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment