Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2192a92

Browse files
committed
Cleanup
1 parent 0dec669 commit 2192a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_opclass.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_opclass.h,v 1.23 1999/11/25 01:28:05 wieck Exp $
10+
* $Id: pg_opclass.h,v 1.24 1999/12/08 11:17:20 momjian Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -117,7 +117,7 @@ DATA(insert OID = 652 ( cidr_ops 650 ));
117117
DESCR("");
118118
DATA(insert OID = 1768 ( numeric_ops 1700 ));
119119
DESCR("");
120-
DATA(insert OID = 1663 ( lztext_ops 1625 ));
120+
DATA(insert OID = 1663 ( lztext_ops 1625 ));
121121
DESCR("");
122122

123123
#endif /* PG_OPCLASS_H */

0 commit comments

Comments
 (0)