oauth: Fix incorrect const markers in struct
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 24 Feb 2025 21:20:29 +0000 (22:20 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 24 Feb 2025 21:20:29 +0000 (22:20 +0100)
commit03366b61dfe596796a19368f851859a4764229b9
treedef09c3510be1e0ec7709e0c5a1717889f2e46b5
parentbfe56cdf9a4e07edca46254a88efd9ef17421cd7
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
doc/src/sgml/libpq.sgml
src/interfaces/libpq/libpq-fe.h