diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-09-04 19:21:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-09-04 19:21:42 +0000 |
commit | 29c22eec8c52455b5c2252b77521fb29681efe2d (patch) | |
tree | 5ce224658c7ffc36586bae5e2d0ff99bb9ada452 | |
parent | 936114a019f6ddc7c9f7a2326d79879ba7015169 (diff) | |
download | postgresql-29c22eec8c52455b5c2252b77521fb29681efe2d.tar.gz postgresql-29c22eec8c52455b5c2252b77521fb29681efe2d.zip |
unixdate subdirectory is gone.
-rw-r--r-- | contrib/Makefile | 3 | ||||
-rw-r--r-- | contrib/README | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index e8c3529515f..809d84f98a7 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.25 2001/08/23 16:54:25 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.26 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 cf77f4ac994..54cf1c58486 100644 --- a/contrib/README +++ b/contrib/README @@ -171,10 +171,6 @@ tools - Assorted developer tools by Massimo Dal Zotto <dz@cs.unitn.it> -unixdate - - Conversions from integer to datetime - by Thomas Lockhart <lockhart@alumni.caltech.edu> - userlock - User locks by Massimo Dal Zotto <dz@cs.unitn.it> |