Re: [BUGS] BUG #3132: I don't access to DB

2007-03-13 Thread Gaetano Mendola
Duilio Andre Chavez Cuarite wrote: > The following bug has been logged online: > > Bug reference: 3132 > Logged by: Duilio Andre Chavez Cuarite > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.3 > Operating system: Linux Centos 4 > Description:I don't acces

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

2007-03-13 Thread Tom Lane
Randy Isbell <[EMAIL PROTECTED]> writes: > From the backup label file it seems the starting checkpoint record > should be at 1/F3FB4C3C. However the pg_control info indicates > 2/3035F48. Which is correct? The backup label file, of course. So we have the smoking gun: it's not seeing the ba

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. Is that normal?