Re: array_length()

From: "Robert Haas" <robertmhaas(at)gmail(dot)com>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Decibel! <decibel(at)decibel(dot)org>, "Pg Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: array_length()
Date: 2008-11-12 14:37:39
Message-ID: 603c8f070811120637q731da6fbqf9076681e384f349@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hmm, ISTM that cardinality() is implemented here in the manner
previously rejected for array_length()...

...Robert

On Wed, Nov 12, 2008 at 8:13 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Robert Haas wrote:
>>
>> Updated version attached, this time without the compiler warning.
>
> I have committed something based on this. The issue of empty arrays will
> need a separate solution.
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Chernow 2008-11-12 14:39:57 libpq-events windows gotcha
Previous Message Simon Riggs 2008-11-12 14:32:19 Re: Reducing some DDL Locks to ShareLock