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

Commitd8e2606

Browse files
author
Thomas G. Lockhart
committed
Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.
1 parenta9a91b5 commitd8e2606

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/include/catalog/pg_operator.h

Lines changed: 5 additions & 5 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_operator.h,v 1.16 1997/09/20 16:29:36 thomas Exp $
10+
* $Id: pg_operator.h,v 1.17 1997/10/25 05:31:55 thomas Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -418,6 +418,10 @@ DATA(insert OID = 841 ( "!~" PGUID 0 b t f 409 25 16 0 839 0 0 char2rege
418418
DATA(insertOID=840 ("~"PGUID0btf4102516084200char4regexeqeqseleqjoinsel ));
419419
DATA(insertOID=842 ("!~"PGUID0btf4102516084000char4regexneneqselneqjoinsel ));
420420

421+
DATA(insertOID=843 ("*"PGUID0btf790700790845000cash_mul_flt4-- ));
422+
DATA(insertOID=844 ("/"PGUID0btf7907007900000cash_div_flt4-- ));
423+
DATA(insertOID=845 ("*"PGUID0btf700790790843000flt4_mul_cash-- ));
424+
421425
DATA(insertOID=900 ("="PGUID0btt79079016900901902902cash_eqeqseleqjoinsel ));
422426
DATA(insertOID=901 ("<>"PGUID0btf7907901690190000cash_neneqselneqjoinsel ));
423427
DATA(insertOID=902 ("<"PGUID0btf7907901690390500cash_ltintltselintltjoinsel ));
@@ -436,10 +440,6 @@ DATA(insert OID = 916 ( "*" PGUID 0 b t f 701 790790 908 0 0 0 flt8
436440
DATA(insertOID=917 ("*"PGUID0btf23790790912000int4_mul_cash-- ));
437441
DATA(insertOID=918 ("*"PGUID0btf21790790914000int2_mul_cash-- ));
438442

439-
DATA(insertOID=950 ("*"PGUID0btf790700790988000cash_mul_flt4-- ));
440-
DATA(insertOID=951 ("/"PGUID0btf7907007900000cash_div_flt4-- ));
441-
DATA(insertOID=988 ("*"PGUID0btf700790790950000flt4_mul_cash-- ));
442-
443443
DATA(insertOID=930 ("<"PGUID0btf9109101693493300oidint4ltintltselintltjoinsel ));
444444
DATA(insertOID=931 ("<="PGUID0btf9109101693393400oidint4leintltselintltjoinsel ));
445445
DATA(insertOID=932 ("="PGUID0btf9109101693293500oidint4eqintltselintltjoinsel ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp