diff options
| author | Tom Lane | 2008-09-19 19:03:41 +0000 |
|---|---|---|
| committer | Tom Lane | 2008-09-19 19:03:41 +0000 |
| commit | 4e57668da475f47242d8552df371a3dbef5205f8 (patch) | |
| tree | e57955d9d4e771ce6a2412651e98a060044d9d37 /src/include/catalog/catversion.h | |
| parent | e2b7d0c65c611ae3044eb3a49ada71aa22cbca80 (diff) | |
Create a selectivity estimation function for the text search @@ operator.
Jan Urbanski
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 bd08779e713..f13412c576a 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.486 2008/09/15 18:43:41 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.487 2008/09/19 19:03:40 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200809151 +#define CATALOG_VERSION_NO 200809191 #endif |
