Re: pg_dump 9.1.1 hanging (collectSecLabels gets 0 labels)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Steve Singer <ssinger@ca.afilias.info>
Cc: PostgreSQL-development Hackers <pgsql-hackers@postgresql.org>
Date: 2011-11-10T20:08:12Z
Lists: pgsql-hackers
Steve Singer <ssinger@ca.afilias.info> writes:
> On 11-11-10 02:00 PM, Tom Lane wrote:
>> ... Oh, I see, the problem is that&labels[-1] might not compare to
>> &labels[0] the way we want.  I think only the first hunk of your
>> patch is actually necessary.

> Yes the problem is still fixed if I only apply the first hunk.

OK, everything seems satisfactorily explained then.  Will commit the
fix, thanks for the report!

			regards, tom lane