Re: identify_locking_dependencies is broken for schema-only dumps

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: identify_locking_dependencies is broken for schema-only dumps
Дата
Msg-id 29856.1411590995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: identify_locking_dependencies is broken for schema-only dumps  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: identify_locking_dependencies is broken for schema-only dumps  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Sep 24, 2014 at 12:18 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Sorry for not paying attention sooner.  After studying it for awhile,
>> I think the change is probably all right but your proposed comment is
>> entirely inadequate.

> If you don't like that version, can you suggest something you would like better?

Perhaps like this:
    * We assume the entry requires exclusive lock on each TABLE or TABLE DATA    * item listed among its dependencies.
Originallyall of these would have    * been TABLE items, but repoint_table_dependencies would have repointed    * them
tothe TABLE DATA items if those are present (which they might not    * be, eg in a schema-only dump).  Note that all of
theentries we are    * processing here are POST_DATA; otherwise there might be a significant    * difference between a
dependencyon a table and a dependency on its    * data, so that closer analysis would be needed here.
 
        regards, tom lane



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: RLS feature has been committed
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Immediate standby promotion