Standardize on MAXPGPATH as the size of a file pathname buffer,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 51f62d505e2aba66bf7870c7bd005cd32e7d0953
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-10-25T03:08:03Z
Releases: 7.1.1
Standardize on MAXPGPATH as the size of a file pathname buffer,
eliminating some wildly inconsistent coding in various parts of the
system.  I set MAXPGPATH = 1024 in config.h.in.  If anyone is really
convinced that there ought to be a configure-time test to set the
value, go right ahead ... but I think it's a waste of time.

Files