Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
675a7b82
Commit
675a7b82
authored
22 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup.
parent
cdfc54db
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/Makefile
+1
-3
1 addition, 3 deletions
contrib/Makefile
contrib/README
+0
-8
0 additions, 8 deletions
contrib/README
contrib/pg_controldata/Makefile
+0
-19
0 additions, 19 deletions
contrib/pg_controldata/Makefile
with
1 addition
and
30 deletions
contrib/Makefile
+
1
−
3
View file @
675a7b82
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
4
2002/0
7/30 16:40:34 momjian
Exp $
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
5
2002/0
8/17 04:06:48 tgl
Exp $
subdir
=
contrib
subdir
=
contrib
top_builddir
=
..
top_builddir
=
..
...
@@ -24,10 +24,8 @@ WANTED_DIRS = \
...
@@ -24,10 +24,8 @@ WANTED_DIRS = \
miscutil
\
miscutil
\
noupdate
\
noupdate
\
oid2name
\
oid2name
\
pg_controldata
\
pg_dumplo
\
pg_dumplo
\
pg_logger
\
pg_logger
\
pg_resetxlog
\
pgbench
\
pgbench
\
pgcrypto
\
pgcrypto
\
pgstattuple
\
pgstattuple
\
...
...
This diff is collapsed.
Click to expand it.
contrib/README
+
0
−
8
View file @
675a7b82
...
@@ -128,10 +128,6 @@ oracle -
...
@@ -128,10 +128,6 @@ oracle -
Converts Oracle database schema to PostgreSQL
Converts Oracle database schema to PostgreSQL
by Gilles Darold <gilles@darold.net>
by Gilles Darold <gilles@darold.net>
pg_controldata -
Dump contents of pg_control (database master file)
by Oliver Elphick <olly@lfix.co.uk>
pg_dumplo -
pg_dumplo -
Dump large objects
Dump large objects
by Karel Zak <zakkr@zf.jcu.cz>
by Karel Zak <zakkr@zf.jcu.cz>
...
@@ -140,10 +136,6 @@ pg_logger -
...
@@ -140,10 +136,6 @@ pg_logger -
Stdin-to-syslog gateway for PostgreSQL
Stdin-to-syslog gateway for PostgreSQL
by Nathan Myers <ncm@nospam.cantrip.org>
by Nathan Myers <ncm@nospam.cantrip.org>
pg_resetxlog -
Reset the WAL log (pg_xlog) to recover from crash or format change
by Tom Lane <tgl@sss.pgh.pa.us>
pg_upgrade -
pg_upgrade -
Upgrade from previous PostgreSQL version without pg_dump/reload
Upgrade from previous PostgreSQL version without pg_dump/reload
by Bruce Momjian <pgman@candle.pha.pa.us>
by Bruce Momjian <pgman@candle.pha.pa.us>
...
...
This diff is collapsed.
Click to expand it.
contrib/pg_controldata/Makefile
deleted
100644 → 0
+
0
−
19
View file @
cdfc54db
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.8 2002/07/27 20:10:03 petere Exp $
subdir
=
contrib/pg_controldata
top_builddir
=
../..
include
$(top_builddir)/src/Makefile.global
all
:
submake-libpgport
PROGRAM
=
pg_controldata
OBJS
=
pg_controldata.o pg_crc.o
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(
LN_S
)
$<
.
EXTRA_CLEAN
=
pg_crc.c
DOCS
=
README.pg_controldata
include
$(top_srcdir)/contrib/contrib-global.mk
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment