pgsql: Declare the arguments of AllocateFile() as const char *, not char - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Declare the arguments of AllocateFile() as const char *, not char
Date
Msg-id 20060304213247.42FB69DCDB7@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Declare the arguments of AllocateFile() as const char *, not char *.
This is consistent with the standard definition of fopen().

Modified Files:
--------------
    pgsql/src/include/storage:
        fd.h (r1.54 -> r1.55)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/fd.h.diff?r1=1.54&r2=1.55)
    pgsql/src/backend/storage/file:
        fd.c (r1.125 -> r1.126)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.125&r2=1.126)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Incorporate a couple of recent tuplesort.c improvements into
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support include directives in postgresql.conf.