Serpent7776@programming.dev to PostgreSQL@programming.devEnglish · 1 month agopg_worker_pool: extension creating a pool of background workersplus-squaregithub.comexternal-linkmessage-square0fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1external-linkpg_worker_pool: extension creating a pool of background workersplus-squaregithub.comSerpent7776@programming.dev to PostgreSQL@programming.devEnglish · 1 month agomessage-square0fedilink
Serpent7776@programming.dev to PostgreSQL@programming.devEnglish · 1 year agoThe performance cost of pl/pgsql exception block in Postgresplus-squaredev.toexternal-linkmessage-square0fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1external-linkThe performance cost of pl/pgsql exception block in Postgresplus-squaredev.toSerpent7776@programming.dev to PostgreSQL@programming.devEnglish · 1 year agomessage-square0fedilink
minus-squareSerpent7776@programming.devtoProgrammer Humor@programming.dev•ifn'tlinkfedilinkEnglisharrow-up2·1 year agoI can actually define this in TCL: % proc ifn't {cond cmds} {if {!$cond} {uplevel $cmds}} % ifn't false {puts 12} 12 % ifn't true {puts 12} % linkfedilink
I can actually define this in TCL: