diff options
Diffstat (limited to 'src/include/catalog/pg_amop.h')
-rw-r--r-- | src/include/catalog/pg_amop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h index b9860030bbf..4d3f669696b 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amop.h,v 1.20 1999/03/14 05:08:57 momjian Exp $ + * $Id: pg_amop.h,v 1.21 1999/03/26 07:32:40 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -353,7 +353,7 @@ DATA(insert OID = 0 ( 405 426 96 1 hashsel hashnpage )); /* oid_ops */ DATA(insert OID = 0 ( 405 427 607 1 hashsel hashnpage )); /* oid8_ops */ -DATA(insert OID = 0 ( 405 435 679 1 hashsel hashnpage )); +DATA(insert OID = 0 ( 405 435 649 1 hashsel hashnpage )); /* float4_ops */ DATA(insert OID = 0 ( 405 428 620 1 hashsel hashnpage )); /* char_ops */ |