Variadic "any" fix

From: Craig Ringer <craig(at)2ndQuadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Variadic "any" fix
Date: 2013-01-18 03:49:55
Message-ID: 50F8C663.6050106@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Committers,

The variadic "any" fix has been lurking in the queue for a while. I
personally confirmed the bug, and it's one I'd love to see fixed.

I just tested the patch out quickly and did a build to verify that it
doesn't break Windows. Is there any chance someone can pick it up and
commit it for 9.3?

https://commitfest.postgresql.org/action/patch_view?id=970

I've pushed it to my GitHub in case that's easier than applying the
patch: https://github.com/ringerc/postgres/tree/variadic_functions_any

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2013-01-18 04:00:34 FOR KEY SHARE patch ready to commit?
Previous Message Robert Haas 2013-01-18 03:39:18 Re: Event Triggers: adding information