diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-07-03 14:23:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-07-03 14:23:14 +0000 |
commit | ccbe0c14e6ada848201fd94bd23c72e488482043 (patch) | |
tree | e40f081ab4263865d2c997f87af8c5f57befe316 /contrib/pg_upgrade/util.c | |
parent | b3b7d603fb397219ada12a8044e6a51aa351958d (diff) | |
download | postgresql-ccbe0c14e6ada848201fd94bd23c72e488482043.tar.gz postgresql-ccbe0c14e6ada848201fd94bd23c72e488482043.zip |
Add CVS tags to pg_upgrade and pg_upgrade_support files, per request
from Tom.
Diffstat (limited to 'contrib/pg_upgrade/util.c')
-rw-r--r-- | contrib/pg_upgrade/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/util.c b/contrib/pg_upgrade/util.c index f64dc4af5cc..951a74a65f3 100644 --- a/contrib/pg_upgrade/util.c +++ b/contrib/pg_upgrade/util.c @@ -2,6 +2,8 @@ * util.c * * utility functions + * + * $PostgreSQL: pgsql/contrib/pg_upgrade/util.c,v 1.2 2010/07/03 14:23:14 momjian Exp $ */ #include "pg_upgrade.h" |