pgsql: oauth: Fix incorrect const markers in struct - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: oauth: Fix incorrect const markers in struct
Date
Msg-id E1tmg6z-000Vwj-2A@gemulon.postgresql.org
Whole thread Raw
List 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@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(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: pgsql: Add lossy indicator to TBMIterateResult
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr