pgsql: Minor code clarity improvements in array_agg functions, and add a

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor code clarity improvements in array_agg functions, and add a
Date: 2008-11-14 00:12:08
Message-ID: 20081114001209.1621E7545A4@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Minor code clarity improvements in array_agg functions, and add a comment
about how this is playing fast and loose with the type system.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
array_userfuncs.c (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/array_userfuncs.c?r1=1.24&r2=1.25)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-14 00:51:47 pgsql: Implement the basic form of UNNEST, ie unnest(anyarray) returns
Previous Message Tom Lane 2008-11-13 23:01:10 pgsql: Marginal editorial improvements for array_agg patch