diff options
| author | Neil Conway <neilc@samurai.com> | 2006-02-26 18:36:23 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2006-02-26 18:36:23 +0000 |
| commit | 41cba49e955d83f0100d17c74e31f0bc9fec4a93 (patch) | |
| tree | 530036be20f2713ff8da32ed201aa8ba12835ffa /src/include/catalog/catversion.h | |
| parent | c5e0415a28dee8dd47ef7c37a2987c34174b8088 (diff) | |
| download | postgresql-41cba49e955d83f0100d17c74e31f0bc9fec4a93.tar.gz | |
Implement the <> operator for the tid type. Original patch from Mark
Kirkwood, minor improvements by Neil Conway. The regression tests have
been updated and the catversion has been bumped.
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 1c2ac77ea1..1a391bad3f 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.315 2006/02/12 03:22:19 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.316 2006/02/26 18:36:21 neilc Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200602112 +#define CATALOG_VERSION_NO 200602251 #endif |
