Randy Isbell <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match