Re: pgsql: Fix thinko in recent patch: 'sock' should be 'conn->sock'.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix thinko in recent patch: 'sock' should be 'conn->sock'.
Date: 2010-07-18 16:43:56
Message-ID: 201007181643.o6IGhuW13270@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Log Message:
> -----------
> Fix thinko in recent patch: 'sock' should be 'conn->sock'.
>
> Modified Files:
> --------------
> pgsql/src/interfaces/libpq:
> fe-connect.c (r1.400 -> r1.401)
> (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.400&r2=1.401)

Thanks, I was just about to commit the same thing.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ None of us is going to be here forever. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-07-18 17:08:11 pgsql: Fix up poor handling of unsupported-platform case in requirepeer
Previous Message Tom Lane 2010-07-18 16:42:20 pgsql: Fix thinko in recent patch: 'sock' should be 'conn->sock'.