aboutsummaryrefslogtreecommitdiff
path: root/contrib/hstore_plpython
diff options
context:
space:
mode:
authorÁlvaro Herrera <alvherre@alvh.no-ip.org>2025-01-09 14:17:12 +0100
committerÁlvaro Herrera <alvherre@alvh.no-ip.org>2025-01-09 14:17:12 +0100
commitebd8fc7e47fdad6adb68aad341d95c541d7325c3 (patch)
tree11d69ed7b478eb15fff0a883924f9771c16f1db9 /contrib/hstore_plpython
parent6313a76b355e3640aba4cc80456a65c2bbc55a80 (diff)
downloadpostgresql-ebd8fc7e47fdad6adb68aad341d95c541d7325c3.tar.gz
postgresql-ebd8fc7e47fdad6adb68aad341d95c541d7325c3.zip
Simplify signature of RewriteTable
This function doesn't need the lockmode to be passed: it was being used to lock the new heap, but that's bogus, because the only caller has already obtained the appropriate lock on the new heap (which is unimportant anyway, because the relation's creation is not yet committed and so no other session can see it). Noticed while reviewed Antonin Houska's patch to add VACUUM FULL CONCURRENTLY.
Diffstat (limited to 'contrib/hstore_plpython')
0 files changed, 0 insertions, 0 deletions