From: | Aleksander Alekseev <aleksander(at)timescale(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | [PATCH] Small refactoring of inval.c and inval.h |
Date: | 2023-07-25 13:24:34 |
Message-ID: | CAJ7c6TMX2dd0g91UKvcC+CVygKQYJkKJq1+ZzT4rOK42+b53=w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
The proposed patch is a small refactoring of inval.{c,h}:
"""
The "public functions" separator comment doesn't reflect reality anymore.
We could rearrange the order of the functions. However, this would
complicate
back-porting of the patches, thus removing the comment instead.
InvalidateSystemCachesExtended() is an internal function of inval.c. Make it
static.
"""
--
Best regards,
Aleksander Alekseev
Attachment | Content-Type | Size |
---|---|---|
v1-0001-Refactor-inval.c-and-inval.h.patch | application/octet-stream | 3.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2023-07-25 14:21:42 | Re: sslinfo extension - add notbefore and notafter timestamps |
Previous Message | Ashutosh Bapat | 2023-07-25 13:18:27 | Re: logical decoding and replication of sequences, take 2 |