aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-28 16:00:08 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-28 16:00:08 +0000
commit1adacc7d1e4808952100818dd17c9e46a905a1fd (patch)
treec4705bb1d0ef7f6438a42c2e8da061da7da14655
parente3b06a871b63b90d4a08560ce184bb33324410b8 (diff)
downloadpostgresql-1adacc7d1e4808952100818dd17c9e46a905a1fd.tar.gz
postgresql-1adacc7d1e4808952100818dd17c9e46a905a1fd.zip
This looks like a wrong entry in one of the system tables. Any ideas
which one it is, and how to correct this ? lseg_eq -> lseq_neq Guido Weber
-rw-r--r--src/include/catalog/pg_operator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_operator.h b/src/include/catalog/pg_operator.h
index 7498841c32d..ddec1109c69 100644
--- a/src/include/catalog/pg_operator.h
+++ b/src/include/catalog/pg_operator.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_operator.h,v 1.43 1998/10/22 20:40:47 momjian Exp $
+ * $Id: pg_operator.h,v 1.44 1998/10/28 16:00:08 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -619,7 +619,7 @@ DATA(insert OID = 1577 ( "##" PGUID 0 b t f 628 601 600 0 0 0 0 close_l
DATA(insert OID = 1578 ( "##" PGUID 0 b t f 601 601 600 0 0 0 0 close_lseg - - ));
DATA(insert OID = 1585 ( "/" PGUID 0 b t f 1186 1186 1186 0 0 0 0 timespan_div - - ));
-DATA(insert OID = 1586 ( "<>" PGUID 0 b t f 601 601 16 1535 0 0 0 lseg_eq intltsel - ));
+DATA(insert OID = 1586 ( "<>" PGUID 0 b t f 601 601 16 1535 0 0 0 lseg_neq intltsel - ));
DATA(insert OID = 1587 ( "<" PGUID 0 b t f 601 601 16 1590 0 0 0 lseg_lt intltsel - ));
DATA(insert OID = 1588 ( "<=" PGUID 0 b t f 601 601 16 1589 0 0 0 lseg_le intltsel - ));
DATA(insert OID = 1589 ( ">" PGUID 0 b t f 601 601 16 1588 0 0 0 lseg_gt intltsel - ));