Message35

Author jgentry
Recipients sfalcon
Date 2006-03-30.11:18:24
Content
It looks like the query is being fired over to Postgres multiple times.  Since
it must be unique the second one must be triggering that constraint.  Actually
it looks like a lot of these things are getting doubled up - I'm not really sure
why that would be.  Also, it is unclear why other INSERTs (w/o unique
contraints) actually don't insert 2x if they're being issued 2x.
History
Date User Action Args
2006-03-30 11:18:24jgentrysetrecipients: + sfalcon
2006-03-30 11:18:24jgentrysetmessageid: <1143746304.6.0.508084929012.issue1@fhcrc.org>
2006-03-30 11:18:24jgentrylinkissue1 messages
2006-03-30 11:18:24jgentrycreate