typedef indentation in pg_shmem.h

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: typedef indentation in pg_shmem.h
Date: 2026-01-12 09:16:27
Message-ID: CAExHW5t+eEVScZmH6SRstDeoJdXuzLNjQYCWe1U++L7e8Haotg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Heikki, Thomas,

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.

--
Best Wishes,
Ashutosh Bapat

Attachment Content-Type Size
v20260112-0001-Indentation-of-PGShmemType-and-HugePagesTy.patch text/x-patch 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-01-12 09:21:49 Re: [PATCH] Add sampling statistics to autoanalyze log output
Previous Message Konstantin Knizhnik 2026-01-12 09:16:11 Re: global temporary table (GTT) - are there some ideas how to implement it?