Re: BUG #3110: Online Backup introduces Duplicate OIDs - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3110: Online Backup introduces Duplicate OIDs
Date
Msg-id 19935.1173285244@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3110: Online Backup introduces Duplicate OIDs  ("Randy Isbell" <jisbell@cisco.com>)
List pgsql-bugs
Randy Isbell <jisbell@cisco.com> writes:
> This is not a pg_dump.  I am performing an online backup ala the
> "pg_start_backup()" and "pg_stop_backup()" mechanism.

Oh, OK.  Could we see the system columns (ctid,xmin,xmax,cmin,cmax) for
the rows with duplicated OIDs?  Also, would you look at the user data in
these rows and see if it's the same in each pair?  I'm wondering if the
pairs might be both old and new states of an UPDATE.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3116: attribute has wrong type
Next
From: Tom Lane
Date:
Subject: Re: BUG #3110: Online Backup introduces Duplicate OIDs