Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb12ba5f

Browse files
author
Thomas G. Lockhart
committed
Specify hash table support functions for float8 and int4 rather than using
btree support functions. Don't know why this was that way, but would assume that these should be consistant with all other types with hash support. Regression tests OK.Change a few comments and field alignment to make things more readable.
1 parent2c98143 commitb12ba5f

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

‎src/include/catalog/pg_amop.h

Lines changed: 31 additions & 31 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_amop.h,v 1.7 1997/09/08 02:34:56 momjian Exp $
10+
* $Id: pg_amop.h,v 1.8 1997/11/30 23:03:28 thomas Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -539,41 +539,41 @@ BKI_END
539539
*hash table _ops
540540
*/
541541

542-
/*hash table int2_ops */
543-
DATA(insertOID=0 (405421941btreeselbtreenpage ));
544-
/*hash table float8_ops */
545-
DATA(insertOID=0 (4054236701btreeselbtreenpage ));
546-
/*hash table int4_ops */
547-
DATA(insertOID=0 (405426961hashselhashnpage ));
548-
/*hash table oid_ops */
549-
DATA(insertOID=0 (4054276071hashselhashnpage ));
550-
/*hash table float4_ops */
551-
DATA(insertOID=0 (4054286201hashselhashnpage ));
552-
/*hash table char_ops */
553-
DATA(insertOID=0 (405429921hashselhashnpage ));
554-
/*hash table char2_ops */
555-
DATA(insertOID=0 (4054064121hashselhashnpage ));
556-
/*hash table char4_ops */
557-
DATA(insertOID=0 (4054074131hashselhashnpage ));
558-
/*hash table char8_ops */
559-
DATA(insertOID=0 (4054084141hashselhashnpage ));
560-
/*hash table char16_ops */
561-
DATA(insertOID=0 (40543012671hashselhashnpage ));
562-
/*hash table name_ops */
563-
DATA(insertOID=0 (4051181931hashselhashnpage ));
564-
/*hash table text_ops */
565-
DATA(insertOID=0 (405431981hashselhashnpage ));
566-
/*hash table bpchar_ops */
542+
/* int2_ops */
543+
DATA(insertOID=0 (405421941hashselhashnpage ));
544+
/* float8_ops */
545+
DATA(insertOID=0 (4054236701hashselhashnpage ));
546+
/* int4_ops */
547+
DATA(insertOID=0 (405426961hashselhashnpage ));
548+
/* oid_ops */
549+
DATA(insertOID=0 (4054276071hashselhashnpage ));
550+
/* float4_ops */
551+
DATA(insertOID=0 (4054286201hashselhashnpage ));
552+
/* char_ops */
553+
DATA(insertOID=0 (405429921hashselhashnpage ));
554+
/* char2_ops */
555+
DATA(insertOID=0 (4054064121hashselhashnpage ));
556+
/* char4_ops */
557+
DATA(insertOID=0 (4054074131hashselhashnpage ));
558+
/* char8_ops */
559+
DATA(insertOID=0 (4054084141hashselhashnpage ));
560+
/* char16_ops */
561+
DATA(insertOID=0 (40543012671hashselhashnpage ));
562+
/* name_ops */
563+
DATA(insertOID=0 (4051181931hashselhashnpage ));
564+
/* text_ops */
565+
DATA(insertOID=0 (405431981hashselhashnpage ));
566+
/* bpchar_ops */
567567
DATA(insertOID=0 (405107610541hashselhashnpage ));
568-
/*hash table varchar_ops */
568+
/* varchar_ops */
569569
DATA(insertOID=0 (405107710621hashselhashnpage ));
570-
/*hash table date_ops */
570+
/* date_ops */
571571
DATA(insertOID=0 (405111410931hashselhashnpage ));
572-
/*hash table time_ops */
572+
/* time_ops */
573573
DATA(insertOID=0 (405111511081hashselhashnpage ));
574-
/*hash table datetime_ops */
574+
/* datetime_ops */
575575
DATA(insertOID=0 (405131213201hashselhashnpage ));
576-
/*hash table timespan_ops */
576+
/* timespan_ops */
577577
DATA(insertOID=0 (405131313301hashselhashnpage ));
578578

579579
#endif/* PG_AMOP_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp