On 17 April 2012 11:30, Heikki Linnakangas <[email protected]> wrote: > What happens is that we write the commit record if the transaction accesses > a temporary table, but we don't flush it. However, we still wait until it's > replicated to the standby. The obvious fix is to not wait for that, see > attached.
Tested patch. Yes, that fixes the problem. Thanks. -- Thom -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
