Re: remove unnecessary include in src/backend/commands/policy.c

From: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: remove unnecessary include in src/backend/commands/policy.c
Date: 2025-12-26 07:30:59
Message-ID: CAOzEurQFPH+UNk17MbDhupLCm-i5Gf9dJ4Kx2-er=-YYV4r+sQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 22, 2025 at 3:30 PM Shinya Kato <shinya11(dot)kato(at)gmail(dot)com> wrote:
> Thank you for updating the patch.
> But I said "except for access/relation.h". I think access/relation.h
> is not necessary if you replace relation_open to table_open.

I've fixed it, and marked the patch as Ready for Committer.

--
Best regards,
Shinya Kato
NTT OSS Center

Attachment Content-Type Size
v3-0001-Replace-relation_-open-close-to-table_-open-close.patch application/octet-stream 2.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2025-12-26 08:12:09 17f446784d54da827f74c2acc0fa772a41b92354 breaks orafce build
Previous Message Chao Li 2025-12-26 06:41:01 Re: Sequence Access Methods, round two