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)

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to