8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dec669 commit 2192a92Copy full SHA for 2192a92
src/include/catalog/pg_opclass.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 1994, Regents of the University of California
9
10
- * $Id: pg_opclass.h,v 1.23 1999/11/25 01:28:05 wieck Exp $
+ * $Id: pg_opclass.h,v 1.24 1999/12/08 11:17:20 momjian Exp $
11
12
* NOTES
13
* the genbki.sh script reads this file and generates .bki
@@ -117,7 +117,7 @@ DATA(insert OID = 652 ( cidr_ops 650 ));
117
DESCR("");
118
DATA(insert OID = 1768 ( numeric_ops 1700 ));
119
120
-DATA(insert OID = 1663 ( lztext_ops 1625 ));
+DATA(insert OID = 1663 ( lztext_ops 1625 ));
121
122
123
#endif /* PG_OPCLASS_H */
0 commit comments