Re: Minor refactorings to eliminate some static buffers

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor refactorings to eliminate some static buffers
Date: 2024-08-06 15:13:56
Message-ID: 54c29fb0-edf2-48ea-9814-44e918bbd6e8@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's another batch of little changes in the same vein. Mostly
converting static bufs that are never modified to consts.

--
Heikki Linnakangas
Neon (https://neon.tech)

Attachment Content-Type Size
0001-Turn-a-few-validnsps-static-variables-into-locals.patch text/x-patch 4.2 KB
0002-Make-nullSemAction-const-add-const-decorators-to-rel.patch text/x-patch 7.1 KB
0003-Mark-misc-static-global-variables-as-const.patch text/x-patch 3.2 KB
0004-Constify-fields-and-parameters-in-spell.c.patch text/x-patch 8.8 KB
0005-Use-psprintf-to-simplify-gtsvectorout.patch text/x-patch 2.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-08-06 15:16:20 Re: Fix comments in instr_time.h and remove an unneeded cast to int64
Previous Message Andres Freund 2024-08-06 15:12:46 Re: Detailed release notes