pgsql: Comment said we don't free the lockarray, and why.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Comment said we don't free the lockarray, and why.
Date: 2008-12-04 14:07:42
Message-ID: 20081204140742.435377545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Comment said we don't free the lockarray, and why. The proper fix is to
make the code do what the comment says...

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-secure.c (r1.112 -> r1.113)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.112&r2=1.113)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-12-04 14:08:13 Re: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with
Previous Message Heikki Linnakangas 2008-12-04 11:42:24 pgsql: Utilize the visibility map in autovacuum, too.