Re: remove unnecessary include in src/backend/commands/policy.c - Mailing list pgsql-hackers

From Shinya Kato
Subject Re: remove unnecessary include in src/backend/commands/policy.c
Date
Msg-id CAOzEurTBm1X6oAsT8_sgqG1DPyCPWMp9NHfamdsu-ej5k5K3+g@mail.gmail.com
Whole thread Raw
In response to Re: remove unnecessary include in src/backend/commands/policy.c  (Kirill Reshke <reshkekirill@gmail.com>)
Responses Re: remove unnecessary include in src/backend/commands/policy.c
List pgsql-hackers
On Sun, Jan 4, 2026 at 4:47 AM Kirill Reshke <reshkekirill@gmail.com> wrote:
> We also can reflect that our new coding practice is to use table/index
> open over relation_open in the commit message (I guess so after[0]).

Thanks for the review. I've updated the commit message.

--
Best regards,
Shinya Kato
NTT OSS Center

Attachment

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: HEAP_XMAX_COMMITTED with mutlixid
Next
From: Andres Freund
Date:
Subject: Re: Odd usage of errmsg_internal in bufmgr.c