pgsql: Fix oversight in previous error-reporting patch; mustn't pfree - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fix oversight in previous error-reporting patch; mustn't pfree
Date
Msg-id 20081114110950.E27697545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix oversight in previous error-reporting patch; mustn't pfree path string
before passing it to elog.

Modified Files:
--------------
    pgsql/src/backend/storage/smgr:
        md.c (r1.140 -> r1.141)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/smgr/md.c?r1=1.140&r2=1.141)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Since doc/src/sgml already builds the HTML docs twice to resolve
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Added files containing changes between gram.y and preproc.y.