[BUGS] BUG #3134: Can't edit with odbc

2007-03-12 Thread Geoff Russell
The following bug has been logged online: Bug reference: 3134 Logged by: Geoff Russell Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Ubuntu 6.10 Description:Can't edit with odbc Details: odbc-postgresql 1:08.01.0200-2 postgresql 8.1.8-0u

[BUGS] BUG #3143: MyLastRecPtr.xlogid not updated with MyLastRecPtr.xrecoff?

2007-03-12 Thread Chongfeng Hu
The following bug has been logged online: Bug reference: 3143 Logged by: Chongfeng Hu Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: any Description:MyLastRecPtr.xlogid not updated with MyLastRecPtr.xrecoff? Details: I checked the sourc

Re: [BUGS] BUG #3143: MyLastRecPtr.xlogid not updated with MyLastRecPtr.xrecoff?

2007-03-12 Thread Heikki Linnakangas
Chongfeng Hu wrote: However, in file src/backend/access/transam/xact.c, on line 1778, I saw the following code: /* Break the chain of back-links in the XLOG records I output */ MyLastRecPtr.xrecoff = 0; MyXactMadeXLogEntry = false; MyXactMadeTempRelUpdate = false; It only update

Re: [BUGS] BUG #3143: MyLastRecPtr.xlogid not updated with MyLastRecPtr.xrecoff?

2007-03-12 Thread Tom Lane
Heikki Linnakangas <[EMAIL PROTECTED]> writes: > I agree that it is a bit misleading, though. A boolean > "MyXactMadeTransactionControlledXlogEntry", like the > "MyXactMadeXLogEntry" and "MyXactMadeTempRelupdate" variables would be > cleaner. I think at one time the back-link nature of the vari

[BUGS] BUG #3147: Test bug report

2007-03-12 Thread Magnus Hagander
The following bug has been logged online: Bug reference: 3147 Logged by: Magnus Hagander Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Windows Description:Test bug report Details: This is just a test bug report to make sure that the bug

Re: [BUGS] BUG #3110: Online Backup introduces Duplicate OIDs

2007-03-12 Thread Randy Isbell
On Mar 10, 2007, at 5:02 PM, Tom Lane wrote: "Randy Isbell \(jisbell\)" <[EMAIL PROTECTED]> writes: I found that if I take an offline backup created around the same time as my online backup, roll forward the transaction log files included in the offline backup using a recovery.conf file, th

Re: [BUGS] BUG #3131: on win pg_connect() is very slow

2007-03-12 Thread Magnus Hagander
dall wrote: > The following bug has been logged online: > > Bug reference: 3131 > Logged by: dall > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2 > Operating system: win > Description:on win pg_connect() is very slow > Details: > > System: windows xp, PH

Re: [BUGS] BUG #3110: Online Backup introduces Duplicate OIDs

2007-03-12 Thread Tom Lane
Randy Isbell <[EMAIL PROTECTED]> writes: > One thing I do find interesting: while the backup created with my > "online" / Chap 23.3 processing contains 18 WAL files, only the last > 3 (most recent) are used during the recovery process. Is that normal? Hmm, no, that seems pretty suspicious.