On Wed, Jul 12, 2017 at 2:17 PM, Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> I'd be interested in seeing the difference it makes if Postgres is
> built with the call to _bt_check_unique() commented out within
> nbtinsert.c.
Actually, I mean that I wonder how much of a difference it would make
if this entire block was commented out within _bt_doinsert():
if (checkUnique != UNIQUE_CHECK_NO)
{
...
}
--
Peter Geoghegan