From 070a3ad76b65c9eff572da5d358c563ccc7bb14f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 15 Aug 2005 23:00:14 +0000 Subject: Rename pg_stat_file columns to be more consistent. Split apart change and creation columns to behave for Unix or Win32. --- src/include/catalog/catversion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') 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 -- cgit v1.2.3