I said:
> The path that's causing
> a problem (or at least the problem I reproduced here) is
> Backend 1 Backend 2
> use table users;
> commit; begin;
> drop table users;
> create new users table
> use table users;
I've committed a fix for this problem for 7.2.
regards, tom lane