pgsql: Don't try to free pgpassfile since it's a stack variable. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Don't try to free pgpassfile since it's a stack variable.
Date
Msg-id 20071009150330.5DBC3753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Don't try to free pgpassfile since it's a stack variable.

Martin Pitt

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-connect.c (r1.323.2.3 -> r1.323.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.323.2.3&r2=1.323.2.4)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: Disable init.d script, add as example.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Don't try to free pgpassfile since it's a stack variable.