1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Hashing functions from Marko Kreen <marko@l-t.ee>

This commit is contained in:
Peter Eisentraut
2000-10-31 13:11:28 +00:00
parent 73874a06f0
commit 0c0dde6176
14 changed files with 1450 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.8 2000/09/18 20:11:34 petere Exp $
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.9 2000/10/31 13:11:28 petere Exp $
subdir = contrib
top_builddir = ..
@ -17,6 +17,7 @@ WANTED_DIRS = array \
noupdate \
pg_dumplo \
pgbench \
pgcrypto \
soundex \
spi \
string \