diff options
| author | Alvaro Herrera | 2006-05-28 02:27:08 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2006-05-28 02:27:08 +0000 |
| commit | 3d58a1c168fafd4e31ba3ab2da1f83ee0ae03ab4 (patch) | |
| tree | 58afe34a1f3e3c04565984167bdc10a8b1f86ad4 /src/include | |
| parent | 22b118b530154c386d850bfe533c6609568724c5 (diff) | |
Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits
in place though, so that it plays nicely with older servers.
Per discussion.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/pg_class.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/pg_class.h b/src/include/catalog/pg_class.h index 58bbf5c4418..a059ae9ddc3 100644 --- a/src/include/catalog/pg_class.h +++ b/src/include/catalog/pg_class.h @@ -8,7 +8,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/pg_class.h,v 1.91 2006/03/05 15:58:54 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_class.h,v 1.92 2006/05/28 02:27:08 alvherre Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -150,7 +150,6 @@ DESCR(""); #define RELKIND_INDEX 'i' /* secondary index */ #define RELKIND_RELATION 'r' /* ordinary cataloged heap */ -#define RELKIND_SPECIAL 's' /* special (non-heap) */ #define RELKIND_SEQUENCE 'S' /* SEQUENCE relation */ #define RELKIND_UNCATALOGED 'u' /* temporary heap */ #define RELKIND_TOASTVALUE 't' /* moved off huge values */ |
