From: Bruce Momjian Date: Thu, 29 Oct 1998 04:04:17 +0000 (+0000) Subject: Remove bad pg_operator entry, found by Tom Lane. X-Git-Tag: REL6_4_2~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec42339fcbd9efbff7f87d12379c988b488cc4e;p=postgresql Remove bad pg_operator entry, found by Tom Lane. --- diff --git a/src/include/catalog/pg_operator.h b/src/include/catalog/pg_operator.h index ddec1109c6..5ad427318c 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.44 1998/10/28 16:00:08 momjian Exp $ + * $Id: pg_operator.h,v 1.45 1998/10/29 04:04:17 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -298,8 +298,6 @@ DATA(insert OID = 616 ( "<->" PGUID 0 b t f 601 628 701 0 0 0 0 dist_s DATA(insert OID = 617 ( "<->" PGUID 0 b t f 601 603 701 0 0 0 0 dist_sb - - )); DATA(insert OID = 618 ( "<->" PGUID 0 b t f 600 602 701 0 0 0 0 dist_ppath - - )); -DATA(insert OID = 619 ( "<" PGUID 0 b t f 704 704 16 0 0 0 0 intervalct - - )); - DATA(insert OID = 620 ( "=" PGUID 0 b t t 700 700 16 620 621 622 622 float4eq eqsel eqjoinsel )); DATA(insert OID = 621 ( "<>" PGUID 0 b t f 700 700 16 621 620 0 0 float4ne neqsel neqjoinsel )); DATA(insert OID = 622 ( "<" PGUID 0 b t f 700 700 16 623 625 0 0 float4lt intltsel intltjoinsel ));