git.postgresql.org Git - postgresql.git/commitdiff
2011年3月23日 16:33:14 +0000 (12:33 -0400)
2011年3月23日 16:33:40 +0000 (12:33 -0400)
The description of the initcond value for the built-in avg(float8)
aggregate has been wrong since it was written. Noted by Disc Magnet.
index 6f6f095067933cf1138bd06c36c19c393958d9e1..d46482509b40b34e82346708159e5b24499b82ec 100644 (file)
sfunc = float8_accum,
stype = float8[],
finalfunc = float8_avg,
- initcond = '{0,0}'
+ initcond = '{0,0,0}'
);
</programlisting>
</para>
This is the main PostgreSQL git repository.
RSS
Atom