diff --git a/contrib/Makefile b/contrib/Makefile index e8c3529515..809d84f98a 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 cf77f4ac99..54cf1c5848 100644 --- 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