From: Tom Lane Date: Thu, 29 Oct 1998 19:03:50 +0000 (+0000) Subject: oid8neq => oid8ne X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.%3Cscript%20data-cfasync=?a=commitdiff_plain;h=c46b2adf13a0a712faee47ca78d09f8f2525508f;p=users%2Fbernd%2Fpostgres.git oid8neq => oid8ne --- diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h index 517f57a97b..f81e2946af 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -913,7 +913,7 @@ DATA(insert OID = 669 ( varchar PGUID 11 f t f 2 f 1043 "1043 23" 100 0 0 1 DATA(insert OID = 676 ( mktinterval PGUID 11 f t f 2 f 704 "702 702" 100 0 0 100 foo bar )); DESCR("convert to interval"); -DATA(insert OID = 619 ( oid8neq PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar )); +DATA(insert OID = 619 ( oid8ne PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar )); DESCR("less-than"); DATA(insert OID = 677 ( oid8lt PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar )); DESCR("less-than");