aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-07-27 11:56:35 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-07-27 11:56:35 -0400
commitde3f0e3fe0e7d44620111c5723504a3a6e8c046e (patch)
treeb428a126fa2cf49fee504f271b064e146072f529 /src/backend/utils/adt/jsonpath.c
parentc1308ce2d9224f0ec08128ab35e161837f9a5105 (diff)
downloadpostgresql-de3f0e3fe0e7d44620111c5723504a3a6e8c046e.tar.gz
postgresql-de3f0e3fe0e7d44620111c5723504a3a6e8c046e.zip
Eliminate fixed token-length limit in hba.c.
Historically, hba.c limited tokens in the authentication configuration files (pg_hba.conf and pg_ident.conf) to less than 256 bytes. We have seen a few reports of this limit causing problems; notably, for moderately-complex LDAP configurations. Let's get rid of the fixed limit by using a StringInfo instead of a fixed-size buffer. This actually takes less code than before, since we can get rid of a nontrivial error recovery stanza. It's doubtless a hair slower, but parsing the content of the HBA files should in no way be performance-critical. Although this is a pretty straightforward patch, it doesn't seem worth the risk to back-patch given the small number of complaints to date. In released branches, we'll just raise MAX_TOKEN to ameliorate the problem. Discussion: https://postgr.es/m/1588937.1690221208@sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/adt/jsonpath.c')
0 files changed, 0 insertions, 0 deletions