Thread: pgsql: Declare the arguments of AllocateFile() as const char *, not char

pgsql: Declare the arguments of AllocateFile() as const char *, not char

From
tgl@postgresql.org (Tom Lane)
Date:
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)