diff options
| author | Tom Lane | 2000-06-16 05:27:03 +0000 |
|---|---|---|
| committer | Tom Lane | 2000-06-16 05:27:03 +0000 |
| commit | 648029ec2ee6a09d3354a36d466ee00836bd5e74 (patch) | |
| tree | 1c6156ea3fefb8c5835fabce385b8ba3c0cf6396 /src/include | |
| parent | fca9295faba0e8010d401c45a9e8499daa83019e (diff) | |
Repair unforgivably brain-dead representation of CaseExpr nodes in
stored rules. Bump catversion to reflect incompatibility.
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 fd099038a5..b0e958d8cf 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catversion.h,v 1.31 2000/06/13 07:35:19 tgl Exp $ + * $Id: catversion.h,v 1.32 2000/06/16 05:27:01 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200006131 +#define CATALOG_VERSION_NO 200006161 #endif |
