MCPcopy Create free account
hub / github.com/porsager/postgres / retry

Function retry

cf/src/connection.js:823–827  ·  view source on GitHub ↗
(q, error)

Source from the content-addressed store, hash-verified

821 }
822
823 function retry(q, error) {
824 delete statements[q.signature]
825 q.retried = error
826 execute(q)
827 }
828
829 function NotificationResponse(x) {
830 if (!onnotify)

Callers 1

ReadyForQueryFunction · 0.70

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected