diff options
| author | Teodor Sigaev <teodor@sigaev.ru> | 2006-07-11 19:49:14 +0000 |
|---|---|---|
| committer | Teodor Sigaev <teodor@sigaev.ru> | 2006-07-11 19:49:14 +0000 |
| commit | 001d30ee6b34308f72790c698bc7f43afffab286 (patch) | |
| tree | bc70114c53b12826ac7a29ad7c8e82b443fb1f47 /src/include/catalog/catversion.h | |
| parent | 6d57ed7797dcdc4021cc53eae27b8d8ce1bd5fed (diff) | |
| download | postgresql-001d30ee6b34308f72790c698bc7f43afffab286.tar.gz | |
Add support to GIN for =(anyarray,anyarray) operation
Diffstat (limited to 'src/include/catalog/catversion.h')
| -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 0d62211f28..6edcacc0f5 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.337 2006/07/10 16:20:51 alvherre Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.338 2006/07/11 19:49:13 teodor Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200607101 +#define CATALOG_VERSION_NO 200607111 #endif |
