[BUGS] BUG #2740: gcc bug on intel mac with postgresql -O3 optimized build

2006-11-06 Thread Alon Goldshuv
The following bug has been logged online: Bug reference: 2740 Logged by: Alon Goldshuv Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 Operating system: Mac OSX intel Description:gcc bug on intel mac with postgresql -O3 optimized build Details: I don&#

[BUGS] COPY in readonly transaction.

2005-10-03 Thread Alon Goldshuv
In the folllowing check (copy.c:DoCopy() ), I *think* that the check for the is_from flag is mistakenly negated. is_from means -> from file to database, therefore we should check for , and not . The current code allows loading and disallows reading in read-only. /* check read-only transaction

[BUGS] BUG #1936: Read-only transactions ignored in COPY

2005-10-04 Thread Alon Goldshuv
The following bug has been logged online: Bug reference: 1936 Logged by: Alon Goldshuv Email address: [EMAIL PROTECTED] PostgreSQL version: 8 (Current Dev) Operating system: any Description:Read-only transactions ignored in COPY Details: In the folllowing check