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

Started by Tom Laneover 20 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)