On Tue, Aug 13, 2013 at 2:50 PM, <[email protected]> wrote: > I do have a copy of the data directory with a duplicate row in > cluster_ressource, in case anyone wants to dive into it.
Could you run the following? select ctid,xmin,xmax,primarykey from tab where primarykey = 'duplicatevalue' And also show the \d tab output? And can you load the pageinspect contrib module in this database? -- greg -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
