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

Commit90b8834

Browse files
committed
Apparently, no one's ever used float4abs(), because it's got incorrect
data in its pg_proc entry. abs() doesn't require two arguments, lastI heard.
1 parent2d4a05d commit90b8834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pg_proc.h,v 1.112 2000/01/10 16:13:21 momjian Exp $
9+
* $Id: pg_proc.h,v 1.113 2000/01/17 00:40:51 tgl Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -434,7 +434,7 @@ DATA(insert OID = 205 ( float4mi PGUID 11 f t t 2 f 700 "700 700" 100 0 0 1
434434
DESCR("subtract");
435435
DATA(insertOID=206 (float4umPGUID11ftt1f700"700"10000100float4um- ));
436436
DESCR("subtract");
437-
DATA(insertOID=207 (float4absPGUID11ftt1f700"700 700"10000100float4abs- ));
437+
DATA(insertOID=207 (float4absPGUID11ftt1f700"700"10000100float4abs- ));
438438
DESCR("absolute value");
439439
DATA(insertOID=208 (float4incPGUID11ftt1f700"700"10000100float4inc- ));
440440
DESCR("increment");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp