pgsql: Minor code clarity improvements in array_agg functions, and add a - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Minor code clarity improvements in array_agg functions, and add a
Date
Msg-id 20081114001209.1621E7545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Marginal editorial improvements for array_agg patch
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Implement the basic form of UNNEST, ie unnest(anyarray) returns