From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Daniel Gustafsson <daniel(at)yesql(dot)se>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>, Andres Freund <andres(at)anarazel(dot)de>, Rahila Syed <rahilasyed90(at)gmail(dot)com> |
Subject: | Add missing PGDLLIMPORT markings |
Date: | 2025-04-09 10:02:52 |
Message-ID: | 25095db5-b595-4b85-9100-d358907c25b5@eisentraut.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I ran src/tools/mark_pgdllimport.pl and it detected a few new global
variables with missing markings. See attached patch. Please point out
if any of these should not be marked or if they are special cases in
some other way. I'm Cc'ing various people involved with that new code.
Btw., this new variable in memutils.h
extern dsa_area *area;
could probably do with a less generic name?
Attachment | Content-Type | Size |
---|---|---|
0001-WIP-Add-missing-PGDLLIMPORT-markings.patch | text/plain | 4.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2025-04-09 10:03:24 | PostgreSQL 18 Release Management Team & Feature Freeze |
Previous Message | Jakub Wartak | 2025-04-09 09:53:59 | Re: Draft for basic NUMA observability |