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
9c7cd8ba
Commit
9c7cd8ba
authored
Oct 21, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First step to removing /contrib/retep, with Peter Mount's approval.
parent
76cadb59
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
GNUmakefile.in
GNUmakefile.in
+2
-2
contrib/Makefile
contrib/Makefile
+1
-5
contrib/README
contrib/README
+0
-4
No files found.
GNUmakefile.in
View file @
9c7cd8ba
#
# PostgreSQL top level makefile
#
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.
29 2002/09/06 21:57:11 petere
Exp $
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.
30 2002/10/21 00:12:45 momjian
Exp $
#
subdir =
...
...
@@ -69,7 +69,7 @@ dist:
$(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
opt_files :=
contrib/retep
\
opt_files := \
src/tools src/corba src/data src/tutorial \
src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl python jdbc) \
...
...
contrib/Makefile
View file @
9c7cd8ba
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.
39 2002/09/05 20:53:45 tgl
Exp $
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.
40 2002/10/21 00:12:46 momjian
Exp $
subdir
=
contrib
top_builddir
=
..
...
...
@@ -41,10 +41,6 @@ WANTED_DIRS = \
userlock
\
vacuumlo
ifeq
($(with_java),yes)
WANTED_DIRS
+=
retep
endif
# Missing:
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)
...
...
contrib/README
View file @
9c7cd8ba
...
...
@@ -160,10 +160,6 @@ pgstattuple -
A function returns the percentage of "dead" tuples in a table
by Tatsuo Ishii <t-ishii@sra.co.jp>
retep -
Tools to build retep tools packages
by Peter T Mount <peter@retep.org.uk>
rserv -
Replication server
by Vadim B. Mikheev <vadim4o@email.com>
...
...
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