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