Re: fix obsolete references to postgres.h in comments

2025-09-19 Thread Nathan Bossart
On Fri, Sep 19, 2025 at 07:41:14AM +0800, Chao Li wrote: > Good catch. LGTM. Committed. -- nathan

Re: fix obsolete references to postgres.h in comments

2025-09-18 Thread Chao Li
> On Sep 19, 2025, at 03:20, Nathan Bossart wrote: > > Most of these were missed by commit d952373a98, but I found one that seems > to have been missed by commit d08741eab5. > > -- > nathan > Good catch. LGTM. Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.c

fix obsolete references to postgres.h in comments

2025-09-18 Thread Nathan Bossart
ete references to postgres.h in comments. Oversights in commits d08741eab5 and d952373a98. --- src/include/access/htup_details.h | 2 +- src/include/c.h | 2 +- src/include/utils/expandeddatum.h | 2 +- src/include/utils/memutils.h | 2 +- src/include/utils/varbit.h