Обсуждение: pgsql: Don't call OwnLatch while holding a spinlock.

Поиск
Список
Период
Сортировка

pgsql: Don't call OwnLatch while holding a spinlock.

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Don't call OwnLatch while holding a spinlock. OwnLatch can elog() under
some "can't happen" scenarios, and spinlocks should only be held for
a few instructions anyway. As pointed out by Fujii Masao.

Modified Files:
--------------
    pgsql/src/backend/replication:
        walsender.c (r1.31 -> r1.32)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walsender.c?r1=1.31&r2=1.32)