Re: [HACKERS] COPY and read-only transactions

2006-03-30 Thread Martijn van Oosterhout
On Thu, Mar 30, 2006 at 02:20:04PM +0200, Peter Eisentraut wrote: > I probably made the original mistake in the code, so I refrain from claiming > to know anything about Boolean logic, but this note in the release notes > doesn't seem right: > > Fix the sense of the test for read-only transact

Re: [HACKERS] COPY and read-only transactions

2006-03-30 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > I probably made the original mistake in the code, so I refrain from claiming > to know anything about Boolean logic, but this note in the release notes > doesn't seem right: > Fix the sense of the test for read-only transaction in COPY > The cod