diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-06-17 13:00:53 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-06-17 13:00:53 -0400 |
commit | ba26d156636c84a9674e49dbdfe788b6291985f2 (patch) | |
tree | 765e667970d3210f673f037d6edd9e19aea2eb0b /src/backend/access/spgist/spgutils.c | |
parent | 35dd40d34cbdf5aa3e0f5b3493c33d00abb26456 (diff) | |
download | postgresql-ba26d156636c84a9674e49dbdfe788b6291985f2.tar.gz postgresql-ba26d156636c84a9674e49dbdfe788b6291985f2.zip |
Remove recordExtensionInitPriv[Worker]'s ownerId argument.
In the wake of the previous commit, we're not doing anything
with that argument. Hence, revert the portions of 534287403
that added that argument and taught the callers to pass it.
Passing the ownerId requires additional syscache lookups in
some code paths, which'd be fine if we were doing anything
useful with the info, but it seems inadvisable if we're not.
Committed separately since there's some thought that we might
want to un-revert this in future, in case it's decided that
storing the original owner ID explicitly in pg_init_privs
is worth doing.
Discussion: https://postgr.es/m/CAMT0RQSVgv48G5GArUvOVhottWqZLrvC5wBzBa4HrUdXe9VRXw@mail.gmail.com
Diffstat (limited to 'src/backend/access/spgist/spgutils.c')
0 files changed, 0 insertions, 0 deletions