Re: typedef indentation in pg_shmem.h - Mailing list pgsql-hackers

From zengman
Subject Re: typedef indentation in pg_shmem.h
Date
Msg-id tencent_28085CE854A5CA8E19E1C26F@qq.com
Whole thread Raw
In response to Re: typedef indentation in pg_shmem.h  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Responses Re: typedef indentation in pg_shmem.h
List pgsql-hackers
> The typedefs PGShmemType and HugePagesType are not indented properly.
> That's because those entries are missing from typedefs list. Is that
> intentional? Here's tiny patch fixing the indentation and typedefs
> list.

Hi all,

I just came across this email and wanted to chime in: it appears that a number of types in the kernel have in fact been
omittedfrom the typedefs.list, and it’s likely they were overlooked. For example:
 
```
BTParallelScanDescData
AfterTriggerEventDataNoOids
AfterTriggerEventDataOneCtid
AfterTriggerEventDataZeroCtids
PartitionDispatchData
MergeJoinClauseData
BufferAccessStrategyData
lwlock_stats_key
lwlock_stats
SerialControlData
AllocBlockData
```
I’m wondering if it’s worth addressing these.

--
Regards,
Man Zeng
www.openhalo.org

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: ALTER TABLE: warn when actions do not recurse to partitions
Next
From: Chao Li
Date:
Subject: Re: ALTER TABLE: warn when actions do not recurse to partitions