Re: [PATCH] pg_dump: Sort overloaded functions in deterministic order

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Joel Jacobson <joel(at)trustly(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] pg_dump: Sort overloaded functions in deterministic order
Date: 2012-10-18 01:08:58
Message-ID: CACw0+12pD2iprrfGtScggeN6ZPbXQBXY_eS6dCH9Z-vQA_JdKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 17, 2012 at 5:43 PM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)com> wrote:
> (I tested the new pg_dump with 8.2 and HEAD and also verified it passes
> pg_upgrade's "make check". I didn't test with other server versions.)

I also tested against 8.3 and 8.4 since 8.4 is the version that
introduced pg_get_function_identity_arguments. The included testcase
fails on 8.3 and succeeds on 8.4 (pg_dump succeeds in both cases of
course but it's only ordered deterministically in 8.4+).

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message 花田 茂 2012-10-18 02:28:32 Re: PATCH: optimized DROP of multiple tables within a transaction
Previous Message Kyotaro HORIGUCHI 2012-10-18 00:23:13 Re: Identity projection