Re: [HACKERS] pg_options.sample

2000-12-13 Thread Tatsuo Ishii
> Tatsuo Ishii <[EMAIL PROTECTED]> writes: > > pg_options.sample coming with 7.0.x does not work because: > > 1) it exceeds 4096 bytes while read_pg_options() reads only first 4096 > >bytes of it. > > Oliver Elphick posted a patch for this recently (pghackers 28-Nov) > and noted that it seeme

Re: [HACKERS] pg_options.sample

2000-12-13 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> writes: > pg_options.sample coming with 7.0.x does not work because: > 1) it exceeds 4096 bytes while read_pg_options() reads only first 4096 >bytes of it. Oliver Elphick posted a patch for this recently (pghackers 28-Nov) and noted that it seemed already fixe

[HACKERS] pg_options.sample

2000-12-13 Thread Tatsuo Ishii
pg_options.sample coming with 7.0.x does not work because: 1) it exceeds 4096 bytes while read_pg_options() reads only first 4096 bytes of it. 2) it allows spaces around "=" while parese_options() does not. Apparently the sample file was brought in without enough testings when 7.0 was develo