1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Add dbmirror to /contrib. Minor C cleanups and Makefile.

Steven Singer
This commit is contained in:
Bruce Momjian
2002-06-23 21:58:08 +00:00
parent 5a15149736
commit d64b97ae37
10 changed files with 2046 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.4 2001/09/06 10:49:29 petere Exp $
# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.5 2002/06/23 21:58:07 momjian Exp $
subdir = contrib/dblink
top_builddir = ../..