Re: [PATCH] pg_dump: Sort overloaded functions in deterministic order - Mailing list pgsql-hackers

From Joachim Wieland
Subject Re: [PATCH] pg_dump: Sort overloaded functions in deterministic order
Date
Msg-id CACw0+12pD2iprrfGtScggeN6ZPbXQBXY_eS6dCH9Z-vQA_JdKg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] pg_dump: Sort overloaded functions in deterministic order  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Wed, Oct 17, 2012 at 5:43 PM, Alvaro Herrera
<alvherre@2ndquadrant.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+).



pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Identity projection
Next
From: 花田 茂
Date:
Subject: Re: PATCH: optimized DROP of multiple tables within a transaction