[BUGS] BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION

2008-12-05 Thread Randy Isbell
The following bug has been logged online: Bug reference: 4566 Logged by: Randy Isbell Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.4 Operating system: FreeBSD 6.2 Description:pg_stop_backup() reports incorrect STOP WAL LOCATION Details: An inconsistency

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

2007-03-18 Thread Randy Isbell \(jisbell\)
Tom Lane <[EMAIL PROTECTED]> writes: > BTW, the backup process is supposed to result in backup_label being > present in the filesystem dump, so that you'd have had to go out of your > way for it to NOT be present (which is why we didn't think it needed > much documentation). What exactly was happ

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

2007-03-16 Thread Randy Isbell
cking this down. I believe we can safely say this is NOT a bug, and close this thread. Regards, - r. Randy Isbell Technical Leader Linksys One - SBSBU 2200 E Pres Geo Bush Tnpk RCDN4/N2-115 Richardson, TX 75082 Office:972.813.1410 Cell: 817.239.3941 eMail:[EMAIL PROTECTED]

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

2007-03-13 Thread Randy Isbell
On Mar 12, 2007, at 8:08 PM, Tom Lane wrote: 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.

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 re

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

2007-03-10 Thread Randy Isbell \(jisbell\)
A bit more information. 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, the duplicate records do NOT exist. Therefore it seems there is no corruption in

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

2007-03-08 Thread Randy Isbell
Answers inline. On Mar 7, 2007, at 3:54 PM, Tom Lane wrote: Randy Isbell <[EMAIL PROTECTED]> writes: Here you go: SELECT ctid,xmin,xmax,cmin,cmax,oid,* Thanks. This is real interesting, because none of the rows have xmax/cmax set, so it doesn't appear that they were me

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

2007-03-08 Thread Randy Isbell
> Question for Randy -- is this plain PostgreSQL, or are you using some, > hmmm, proprietary derivate of it? Good question, but this is the plain vanilla version of 8.2.3. My latest intel says the proprietary derivative in not currently available at 8.2.3. - r. Randy Isbell Tec

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

2007-03-08 Thread Randy Isbell
ar 6, 2007, at 11:43 AM, Tom Lane wrote: "Randy Isbell" <[EMAIL PROTECTED]> writes: When restoring the output of an online backup, many tables now have duplicate OID values / primary keys, viz: ... sn=# reindex table at_dns; ERROR: could not create unique index I'm confused

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

2007-03-06 Thread Randy Isbell
The following bug has been logged online: Bug reference: 3110 Logged by: Randy Isbell Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: FreeBSD 6.1 i386 Description:Online Backup introduces Duplicate OIDs Details: This issue is observed