Re: Minor cleanup for search path cache - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Minor cleanup for search path cache
Date
Msg-id 4023761.1704172851@sss.pgh.pa.us
Whole thread Raw
In response to Re: Minor cleanup for search path cache  (Zhang Mingli <zmlpostgres@gmail.com>)
List 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 by date:

Previous
From: Zhang Mingli
Date:
Subject: Re: Minor cleanup for search path cache
Next
From: "杨伯宇(长堂)"
Date:
Subject: The presence of a NULL "defaclacl" value in pg_default_acl prevents the dropping of a role.