Commit 03366b6
committed
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.us1 parent bfe56cd commit 03366b6
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10318 | 10318 | | |
10319 | 10319 | | |
10320 | 10320 | | |
10321 | | - | |
| 10321 | + | |
10322 | 10322 | | |
10323 | 10323 | | |
10324 | | - | |
10325 | | - | |
| 10324 | + | |
| 10325 | + | |
10326 | 10326 | | |
10327 | 10327 | | |
10328 | 10328 | | |
10329 | 10329 | | |
10330 | 10330 | | |
10331 | | - | |
| 10331 | + | |
10332 | 10332 | | |
10333 | 10333 | | |
10334 | 10334 | | |
10335 | | - | |
| 10335 | + | |
10336 | 10336 | | |
10337 | 10337 | | |
10338 | 10338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
748 | | - | |
| 748 | + | |
749 | 749 | | |
750 | 750 | | |
751 | | - | |
752 | | - | |
| 751 | + | |
| 752 | + | |
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
| 773 | + | |
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| |||
0 commit comments