pgsql: Use AllocateFile(), FreeFile() and palloc() rather than fopen(), - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Use AllocateFile(), FreeFile() and palloc() rather than fopen(),
Date
Msg-id 20041028013842.EAAC63A3B91@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose()
and malloc() in pgstat.c, respectively. This simplifies error recovery,
as well as being more consistent with the rest of the backend.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.83&r2=1.84)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: On Windows, force a checkpoint just before dropping a database's
Next
From: petere@svr1.postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Translation updates