pgsql: Make LockDatabaseObject() AcceptInvalidationMessages().

Поиск
Список
Период
Сортировка
От rhaas@postgresql.org (Robert Haas)
Тема pgsql: Make LockDatabaseObject() AcceptInvalidationMessages().
Дата
Msg-id 20100816020228.865337541D7@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Make LockDatabaseObject() AcceptInvalidationMessages().  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-committers
Log Message:
-----------
Make LockDatabaseObject() AcceptInvalidationMessages().

This is appropriate for the same reasons we already do it in
LockSharedObject(): things might have changed while we were waiting
for the lock.  There doesn't seem to be a live bug here at the moment,
but that's mostly because it isn't currently used for very much.

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        lmgr.c (r1.100 -> r1.101)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lmgr.c?r1=1.100&r2=1.101)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix psql's copy of utf2ucs() to match the backend's copy exactly;
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Arrange to fsync the contents of lockfiles (both postmaster.pid