OSDN Git Service

Declare the arguments of AllocateFile() as const char *, not char *.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Mar 2006 21:32:47 +0000 (21:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Mar 2006 21:32:47 +0000 (21:32 +0000)
commit60d3c9fdf4331b4e50d4c8ece07bb8bc0dad7385
tree8d6bfd36ae1d0d391dee7ca4a58022c094840be8
parent2689abf07849d1ed69dfe57e3a999b1c6bb5e603
Declare the arguments of AllocateFile() as const char *, not char *.
This is consistent with the standard definition of fopen().
src/backend/storage/file/fd.c
src/include/storage/fd.h