Re: [HACKERS] How large file is really large - pathconf results

2008-03-21 Thread Zdenek Kotala
Reini Urban napsal(a): cygwin 1.5 on NTFS. But 1.7 will a have much larger _PC_PATH_MAX. _PC_FILESIZEBITS undefined _PC_LINK_MAX = 8 _PC_NAME_MAX = 260 _PC_PATH_MAX = 257 So this is really bad. Thanks for reporting. It seems not good because postgreSQL assumes that _PC_PATH_MAX is minimal

Re: [HACKERS] How large file is really large - pathconf results

2008-03-18 Thread Reini Urban
Zdenek Kotala schrieb: Regarding to discussion about large segment size of table files a test pathconf function (see http://www.opengroup.org/onlinepubs/009695399/functions/pathconf.html). You can see output there: _PC_FILESIZEBITS - 3rd column _PC_LINK_MAX - 4th column _PC_NAME_MAX - 5th

[HACKERS] How large file is really large - pathconf results

2008-03-17 Thread Zdenek Kotala
Regarding to discussion about large segment size of table files a test pathconf function (see http://www.opengroup.org/onlinepubs/009695399/functions/pathconf.html). You can see output there: _PC_FILESIZEBITS - 3rd column _PC_LINK_MAX - 4th column _PC_NAME_MAX - 5th column _PC_PATH_MAX