| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: oauth: Fix incorrect const markers in struct |
| Date: | 2025-02-24 21:35:37 |
| Message-ID: | E1tmg6z-000Vwj-2A@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
oauth: Fix incorrect const markers in struct
Two members in PGoauthBearerRequest were incorrectly marked as const.
While in there, align the name of the struct with the typedef as per
project style.
Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/912516.1740329361@sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/03366b61dfe596796a19368f851859a4764229b9
Modified Files
--------------
doc/src/sgml/libpq.sgml | 10 +++++-----
src/interfaces/libpq/libpq-fe.h | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2025-02-24 22:04:19 | pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr |
| Previous Message | Melanie Plageman | 2025-02-24 21:11:19 | pgsql: Add lossy indicator to TBMIterateResult |