File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: pg_amop.h,v 1.1.1.1 1996/07/09 06:21:16 scrappy Exp $
10
+ * $Id: pg_amop.h,v 1.2 1996/07/20 08:19:11 scrappy Exp $
11
11
*
12
12
* NOTES
13
13
* the genbki.sh script reads this file and generates .bki
@@ -542,5 +542,15 @@ DATA(insert OID = 0 ( 405 1076 1054 1 hashsel hashnpage ));
542
542
*/
543
543
DATA (insert OID = 0 ( 405 1077 1062 1 hashsel hashnpage ));
544
544
545
+ /*
546
+ * hash table date_ops
547
+ */
548
+ DATA (insert OID = 0 ( 405 1114 1093 1 hashsel hashnpage ));
549
+
550
+ /*
551
+ * hash table time_ops
552
+ */
553
+ DATA (insert OID = 0 ( 405 1115 1108 1 hashsel hashnpage ));
554
+
545
555
546
556
#endif /* PG_AMOP_H */
Original file line number Diff line number Diff line change 9
9
*
10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
- * $Id: pg_amproc.h,v 1.1.1.1 1996/07/09 06:21:16 scrappy Exp $
12
+ * $Id: pg_amproc.h,v 1.2 1996/07/20 08:19:13 scrappy Exp $
13
13
*
14
14
* NOTES
15
15
* the genbki.sh script reads this file and generates .bki
@@ -130,5 +130,7 @@ DATA(insert OID = 0 (405 430 499 1));
130
130
DATA (insert OID = 0 (405 431 456 1 ));
131
131
DATA (insert OID = 0 (405 1076 1080 1 ));
132
132
DATA (insert OID = 0 (405 1077 1081 1 ));
133
+ DATA (insert OID = 0 (405 1114 450 1 ));
134
+ DATA (insert OID = 0 (405 1115 694 1 ));
133
135
134
136
#endif /* PG_AMPROC_H */
You can’t perform that action at this time.
0 commit comments