diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 19:52:15 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 19:52:15 +0000 |
commit | 969685ad443637a24650909357e4e768a88412fc (patch) | |
tree | f4a2b7c998cc9ed58f2e228620af2bcc38729e93 /contrib/vacuumlo | |
parent | 738dc233f4dcb51e9c969718b52f5579de252880 (diff) | |
download | postgresql-969685ad443637a24650909357e4e768a88412fc.tar.gz |
$Header: -> $PostgreSQL Changes ...
Diffstat (limited to 'contrib/vacuumlo')
-rw-r--r-- | contrib/vacuumlo/Makefile | 2 | ||||
-rw-r--r-- | contrib/vacuumlo/README.vacuumlo | 2 | ||||
-rw-r--r-- | contrib/vacuumlo/vacuumlo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/vacuumlo/Makefile b/contrib/vacuumlo/Makefile index 72724b4612..d3165b3b57 100644 --- a/contrib/vacuumlo/Makefile +++ b/contrib/vacuumlo/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/vacuumlo/Makefile,v 1.11 2001/09/06 10:49:30 petere Exp $ +# $PostgreSQL: pgsql/contrib/vacuumlo/Makefile,v 1.12 2003/11/29 19:51:36 pgsql Exp $ subdir = contrib/vacuumlo top_builddir = ../.. diff --git a/contrib/vacuumlo/README.vacuumlo b/contrib/vacuumlo/README.vacuumlo index 77f9e28199..b72ecf18e0 100644 --- a/contrib/vacuumlo/README.vacuumlo +++ b/contrib/vacuumlo/README.vacuumlo @@ -1,4 +1,4 @@ -$Header: /cvsroot/pgsql/contrib/vacuumlo/Attic/README.vacuumlo,v 1.3 2003/08/04 22:03:39 tgl Exp $ +$PostgreSQL: pgsql/contrib/vacuumlo/README.vacuumlo,v 1.4 2003/11/29 19:51:36 pgsql Exp $ This is a simple utility that will remove any orphaned large objects out of a PostgreSQL database. An orphaned LO is considered to be any LO whose OID diff --git a/contrib/vacuumlo/vacuumlo.c b/contrib/vacuumlo/vacuumlo.c index 7b21856e76..587bb047de 100644 --- a/contrib/vacuumlo/vacuumlo.c +++ b/contrib/vacuumlo/vacuumlo.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.25 2003/09/24 05:38:38 tgl Exp $ + * $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.26 2003/11/29 19:51:36 pgsql Exp $ * *------------------------------------------------------------------------- */ |