We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bb1d8 commit a3f2399Copy full SHA for a3f2399
src/PgIpLock.ts
@@ -435,7 +435,7 @@ export class PgIpLock implements AnyLock {
435
CREATE OR REPLACE FUNCTION ${PgIpLock.schemaName}.deadlock_check(
436
old_app TEXT,
437
new_app TEXT,
438
- time TIMESTAMP WITH TIME ZONE
+ call_time TIMESTAMP WITH TIME ZONE
439
)
440
RETURNS TEXT LANGUAGE PLPGSQL AS $$
441
DECLARE num_apps INTEGER;
0 commit comments