Re: Minor cleanup for search path cache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Minor cleanup for search path cache
Дата
Msg-id 4023761.1704172851@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Minor cleanup for search path cache  (Zhang Mingli <zmlpostgres@gmail.com>)
Список pgsql-hackers
Zhang Mingli <zmlpostgres@gmail.com> writes:
> Only me?

> zml@localhashdata postgres % git apply minor-search-path-cache-cleanup.patch
> error: patch failed: src/backend/catalog/namespace.c:156
> error: src/backend/catalog/namespace.c: patch does not apply
> error: patch failed: src/tools/pgindent/typedefs.list:2479
> error: src/tools/pgindent/typedefs.list: patch does not apply

Use patch(1).  git-apply is extremely fragile.

            regards, tom lane



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

Предыдущее
От: Zhang Mingli
Дата:
Сообщение: Re: Minor cleanup for search path cache
Следующее
От: "杨伯宇(长堂)"
Дата:
Сообщение: The presence of a NULL "defaclacl" value in pg_default_acl prevents the dropping of a role.