Skip to content

Commit c633853

Browse files
committed
oid8neq => oid8ne
1 parent a91c019 commit c633853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pg_proc.h,v 1.82 1998/10/29 18:07:06 momjian Exp $
9+
* $Id: pg_proc.h,v 1.83 1998/10/29 19:03:50 tgl Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -913,7 +913,7 @@ DATA(insert OID = 669 ( varchar PGUID 11 f t f 2 f 1043 "1043 23" 100 0 0 1
913913

914914
DATA(insert OID = 676 ( mktinterval PGUID 11 f t f 2 f 704 "702 702" 100 0 0 100 foo bar ));
915915
DESCR("convert to interval");
916-
DATA(insert OID = 619 ( oid8neq PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar ));
916+
DATA(insert OID = 619 ( oid8ne PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar ));
917917
DESCR("less-than");
918918
DATA(insert OID = 677 ( oid8lt PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar ));
919919
DESCR("less-than");

0 commit comments

Comments
 (0)