diff options
| author | Bruce Momjian | 2005-08-15 23:00:14 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-08-15 23:00:14 +0000 |
| commit | 070a3ad76b65c9eff572da5d358c563ccc7bb14f (patch) | |
| tree | f0b35b4d14bb205483c453591ce60ba59e6800c9 /src/include | |
| parent | 24bd9447acb1f64fb357ed3cec5623da51d67cc2 (diff) | |
Rename pg_stat_file columns to be more consistent. Split apart change
and creation columns to behave for Unix or Win32.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index abbcc2522c7..3b3b792847d 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.299 2005/08/15 16:25:18 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.300 2005/08/15 23:00:14 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200508151 +#define CATALOG_VERSION_NO 200508152 #endif |
