Re: [PATCH] pg_dump: Sort overloaded functions in deterministic order
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joel Jacobson <joel@trustly.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2012-07-05T20:33:30Z
Lists: pgsql-hackers
Joel Jacobson <joel@trustly.com> writes: > I agree, good suggestion, I just didn't know how to implement it without a > new field. I'll make a new attempt to get it right. You may in fact need a new field --- I'm just saying it should be in the object-type-specific struct, eg FuncInfo, not DumpableObject. regards, tom lane