mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add rserv replication toolkit from Vadim Mikheev.
This commit is contained in:
@ -1,10 +1,11 @@
|
|||||||
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.10 2000/12/11 20:40:59 tgl Exp $
|
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.11 2000/12/20 17:22:26 thomas Exp $
|
||||||
|
|
||||||
subdir = contrib
|
subdir = contrib
|
||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
WANTED_DIRS = array \
|
WANTED_DIRS = \
|
||||||
|
array \
|
||||||
cube \
|
cube \
|
||||||
earthdistance \
|
earthdistance \
|
||||||
findoidjoins \
|
findoidjoins \
|
||||||
@ -19,6 +20,7 @@ WANTED_DIRS = array \
|
|||||||
pg_dumplo \
|
pg_dumplo \
|
||||||
pgbench \
|
pgbench \
|
||||||
pgcrypto \
|
pgcrypto \
|
||||||
|
rserv \
|
||||||
seg \
|
seg \
|
||||||
soundex \
|
soundex \
|
||||||
spi \
|
spi \
|
||||||
|
Reference in New Issue
Block a user