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

Commit1bf1481

Browse files
committed
Correct recently-broken avg(interval) definition. We can't force an
initdb to fix this in 7.1 installations, but it seems better to beshipping a correct entry than a wrong one.
1 parentd524c5a commit1bf1481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_aggregate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_aggregate.h,v 1.29 2001/03/22 04:00:36 momjian Exp $
11+
* $Id: pg_aggregate.h,v 1.29.2.1 2001/05/18 16:00:11 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -87,7 +87,7 @@ DATA(insert OID = 0 ( avgPGUID int2_accumnumeric_avg21 1231 1700 "{0,0,0}"
8787
DATA(insertOID=0 (avgPGUIDnumeric_accumnumeric_avg170012311700"{0,0,0}" ));
8888
DATA(insertOID=0 (avgPGUIDfloat4_accumfloat8_avg7001022701"{0,0,0}" ));
8989
DATA(insertOID=0 (avgPGUIDfloat8_accumfloat8_avg7011022701"{0,0,0}" ));
90-
DATA(insertOID=0 (avgPGUIDinterval_accuminterval_avg118611871186"{0,0}" ));
90+
DATA(insertOID=0 (avgPGUIDinterval_accuminterval_avg118611871186"{0 second,0 second}" ));
9191

9292
DATA(insertOID=0 (sumPGUIDint8_sum-2017001700_null_ ));
9393
DATA(insertOID=0 (sumPGUIDint4_sum-2317001700_null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp