pgsql/src/include/catalog Tag: REL7_1_STABLE p ...

Started by Tom Laneabout 25 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/05/18 12:00:11

Modified files:
src/include/catalog: Tag: REL7_1_STABLE pg_aggregate.h

Log message:
Correct recently-broken avg(interval) definition. We can't force an
initdb to fix this in 7.1 installations, but it seems better to be
shipping a correct entry than a wrong one.

#2Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Tom Lane (#1)
Re: pgsql/src/include/catalog Tag: REL7_1_STABLE p ...

Log message:
Correct recently-broken avg(interval) definition. We can't force an
initdb to fix this in 7.1 installations, but it seems better to be
shipping a correct entry than a wrong one.

(Just posted a reply suggesting fixing the interval interpreter to allow
this case)