Re: Did someone break CVS?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Lockhart <lockhart@fourpalms.org>
Cc: Christopher Kings-Lynne <chriskl@familyhealth.com.au>, pgsql-hackers@postgresql.org
Date: 2002-08-05T02:08:54Z
Lists: pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes: > I've removed the arbitrary upper limit on the allowed size of the > directory path at the same time, Oh? Have you fixed *every* place that constrains the length limit of an XLOG-derived file name? Just making XLogDir dynamically allocated will not improve matters, but IMHO make 'em worse because failures will occur on-the-fly instead of at startup. In general I think that removing MAX_PG_PATH limits is a rather pointless exercise --- no one has yet complained that MAX_PG_PATH is too small. regards, tom lane