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

Commitba23588

Browse files
author
Thomas G. Lockhart
committed
Fix final function for cash avg() aggregate.
Wrong function referenced in previous versions.
1 parent14f81d8 commitba23588

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎src/include/catalog/pg_aggregate.h

Lines changed: 7 additions & 7 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_aggregate.h,v 1.11 1997/09/08 21:51:27 momjian Exp $
10+
* $Id: pg_aggregate.h,v 1.12 1997/10/15 01:08:25 thomas Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -88,12 +88,12 @@ typedef FormData_pg_aggregate *Form_pg_aggregate;
8888
* ---------------
8989
*/
9090

91-
DATA(insertOID=0 (avgPGUIDint4plint4incint4div23232323_null_0 ));
92-
DATA(insertOID=0 (avgPGUIDint2plint2incint2div21212121_null_0 ));
93-
DATA(insertOID=0 (avgPGUIDfloat4plfloat4incfloat4div700700700700_null_0.0 ));
94-
DATA(insertOID=0 (avgPGUIDfloat8plfloat8incfloat8div701701701701_null_0.0 ));
95-
DATA(insertOID=0 (avgPGUIDcash_plfloat8inccash_div790790701790_null_0.0 ));
96-
DATA(insertOID=0 (avgPGUIDtimespan_plfloat8inctimespan_div118611867011186_null_0.0 ));
91+
DATA(insertOID=0 (avgPGUIDint4plint4incint4div23232323_null_0 ));
92+
DATA(insertOID=0 (avgPGUIDint2plint2incint2div21212121_null_0 ));
93+
DATA(insertOID=0 (avgPGUIDfloat4plfloat4incfloat4div700700700700_null_0.0 ));
94+
DATA(insertOID=0 (avgPGUIDfloat8plfloat8incfloat8div701701701701_null_0.0 ));
95+
DATA(insertOID=0 (avgPGUIDcash_plfloat8inccash_div_flt8790790701790_null_0.0 ));
96+
DATA(insertOID=0 (avgPGUIDtimespan_plfloat8inctimespan_div118611867011186_null_0.0 ));
9797

9898
DATA(insertOID=0 (sumPGUIDint4pl--2323023_null__null_ ));
9999
DATA(insertOID=0 (sumPGUIDint2pl--2121021_null__null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp