Re: pg_locks needs a facelift

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: pg_locks needs a facelift
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3415C270C@Herge.rcsinc.local
обсуждение исходный текст
Ответ на pg_locks needs a facelift  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> >  A properly implemented user lock system would likely
> > maintain a global sequence shared by all lockable objects, tuple or
> > otherwise.
>
> That'd just be equivalent to require that user tables are created WITH
> OIDS, only the counter wouldn't be shared with system tables ... how
is
> that any better?

Well, oid is 32 bit and not guaranteed to be unique...therefore useless.
However by properly defined, I meant by the application.  The server is
agnostic about user locks, a.k.a. 'application defined locks'.

Merlin


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-advocacy] Increased company involvement
Следующее
От: "Dave Held"
Дата:
Сообщение: Re: [pgsql-advocacy] Increased company involvement