Thread: pgsql: Fix oversight in previous error-reporting patch; mustn't pfree

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

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
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)