oauth: Fix incorrect const markers in struct

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 03366b61dfe596796a19368f851859a4764229b9
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-02-24T21:20:29Z
Releases: 18.0
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@sss.pgh.pa.us>
Discussion: https://postgr.es/m/912516.1740329361@sss.pgh.pa.us

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +5 −5
src/interfaces/libpq/libpq-fe.h modified +5 −5

Documentation touched

Discussion