diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-04-26 22:33:36 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-04-26 22:33:36 +0000 |
| commit | 59d61409cd72a2e6688f588d17a73c1bc665df26 (patch) | |
| tree | 574bd45e91dd90f28477c44019c53223bb0f5c89 /src/include/catalog/pg_proc.h | |
| parent | cae5671945cef31f8635909ec8a35a73e4656bbc (diff) | |
| download | postgresql-59d61409cd72a2e6688f588d17a73c1bc665df26.tar.gz | |
Move ltree parentsel() selectivity function into /contrib/ltree.
Diffstat (limited to 'src/include/catalog/pg_proc.h')
| -rw-r--r-- | src/include/catalog/pg_proc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h index 53bcf3f4e3..43c87f3647 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -7,7 +7,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_proc.h,v 1.407 2006/04/26 18:28:30 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.408 2006/04/26 22:33:17 momjian Exp $ * * NOTES * The script catalog/genbki.sh reads this file and generates .bki @@ -3812,8 +3812,6 @@ DATA(insert OID = 2591 ( gist_circle_consistent PGNSP PGUID 12 f f t f i 3 16 " DESCR("GiST support"); DATA(insert OID = 2592 ( gist_circle_compress PGNSP PGUID 12 f f t f i 1 2281 "2281" _null_ _null_ _null_ gist_circle_compress - _null_ )); DESCR("GiST support"); -DATA(insert OID = 2599 ( parentsel PGNSP PGUID 12 f f t f s 4 701 "2281 26 2281 23" _null_ _null_ _null_ parentsel - _null_ )); -DESCR("enhanced restriction selectivity for ltree isparent comparison operators"); /* |
