pgsql: Comment said we don't free the lockarray, and why. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Comment said we don't free the lockarray, and why.
Date
Msg-id 20081204140742.435377545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Utilize the visibility map in autovacuum, too.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix a couple of snapshot management bugs in the new ResourceOwner