Re: Minor cleanup for search path cache

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zhang Mingli <zmlpostgres(at)gmail(dot)com>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Minor cleanup for search path cache
Date: 2024-01-02 05:20:51
Message-ID: 4023761.1704172851@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zhang Mingli <zmlpostgres(at)gmail(dot)com> writes:
> Only me?

> zml(at)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message 杨伯宇 (长堂) 2024-01-02 06:33:07 The presence of a NULL "defaclacl" value in pg_default_acl prevents the dropping of a role.
Previous Message Zhang Mingli 2024-01-02 05:12:22 Re: Minor cleanup for search path cache