Thread: pgsql: oauth: Fix incorrect const markers in struct

pgsql: oauth: Fix incorrect const markers in struct

From
Daniel Gustafsson
Date:
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

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(-)