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
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
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