Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Herrera2025-01-09 13:17:12 +0000
committerÁlvaro Herrera2025-01-09 13:17:12 +0000
commitebd8fc7e47fdad6adb68aad341d95c541d7325c3 (patch)
tree11d69ed7b478eb15fff0a883924f9771c16f1db9 /src/backend/commands/trigger.c
parent6313a76b355e3640aba4cc80456a65c2bbc55a80 (diff)
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 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions