projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936114a
)
unixdate subdirectory is gone.
author
Tom Lane
Tue, 4 Sep 2001 19:21:42 +0000
(19:21 +0000)
committer
Tom Lane
Tue, 4 Sep 2001 19:21:42 +0000
(19:21 +0000)
contrib/Makefile
patch
|
blob
|
blame
|
history
contrib/README
patch
|
blob
|
blame
|
history
diff --git
a/contrib/Makefile
b/contrib/Makefile
index e8c3529515f046831c6deb966b1ae4bcdf11b845..809d84f98a70cdf11c54c1183ea82e2e9b902adf 100644
(file)
--- a/
contrib/Makefile
+++ b/
contrib/Makefile
@@
-1,4
+1,4
@@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.2
5 2001/08/23 16:54:25
tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.2
6 2001/09/04 19:21:42
tgl Exp $
subdir = contrib
top_builddir = ..
@@
-35,7
+35,6
@@
WANTED_DIRS = \
spi \
string \
tips \
- unixdate \
userlock \
vacuumlo
diff --git
a/contrib/README
b/contrib/README
index cf77f4ac994565e51d7af256ac2fce61f15ffc17..54cf1c58486d95829383b9eeb8e5ba5c84f86300 100644
(file)
--- a/
contrib/README
+++ b/
contrib/README
@@
-171,10
+171,6
@@
tools -
Assorted developer tools
by Massimo Dal Zotto
-unixdate -
- Conversions from integer to datetime
- by Thomas Lockhart
-
userlock -
User locks
by Massimo Dal Zotto