aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-12-27 14:35:50 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2021-12-27 14:35:50 -0500
commit2ed8a8cc5b634d33ea07d681c6b02213da07f792 (patch)
tree1263bf3912ab6c9d8b959c534d767127307f9503 /src/backend/access/transam/xlogutils.c
parent86d9888d2ead04a1a139bbaef9d7f4648022fe4b (diff)
downloadpostgresql-2ed8a8cc5b634d33ea07d681c6b02213da07f792.tar.gz
postgresql-2ed8a8cc5b634d33ea07d681c6b02213da07f792.zip
Rethink handling of settings with a prefix reserved by an extension.
Commit 75d22069e made SET print a warning if you tried to set an unrecognized parameter within namespace previously reserved by an extension. It seems better for that to be an outright error though, for the same reason that we don't let you set unrecognized unqualified parameter names. In any case, the preceding implementation was inefficient and erroneous. Perform the check in a more appropriate spot, and be more careful about prefix-match cases. Discussion: https://postgr.es/m/116024.1640111629@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions