79829055

Date: 2025-11-24 20:02:28
Score: 0.5
Natty:
Report link

Yes, tuple concurrently updated because CREATE OR REPLCAE FUNCTION doesn't acquire an exclusive lock. You can see it with:

pgbench -c 10 -f /dev/stdin <<<"create or replace function test() returns int as 'select 42' language sql"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FranckPachot