prostgles-server 4.1.92 → 4.1.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -92,7 +92,7 @@ async function initPubSubManager() {
92
92
  DO $$
93
93
  BEGIN
94
94
  PERFORM pg_sleep(\${queryTimeoutMillis}/1e3);
95
- SELECT pg_cancel_backend(pid)
95
+ PERFORM pg_cancel_backend(pid)
96
96
  FROM pg_catalog.pg_stat_activity
97
97
  WHERE pid <> pg_backend_pid()
98
98
  AND query = \${queryIdentifier};
@@ -101,7 +101,7 @@ export async function initPubSubManager(this: PubSubManager): Promise<PubSubMana
101
101
  DO $$
102
102
  BEGIN
103
103
  PERFORM pg_sleep(\${queryTimeoutMillis}/1e3);
104
- SELECT pg_cancel_backend(pid)
104
+ PERFORM pg_cancel_backend(pid)
105
105
  FROM pg_catalog.pg_stat_activity
106
106
  WHERE pid <> pg_backend_pid()
107
107
  AND query = \${queryIdentifier};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "4.1.92",
3
+ "version": "4.1.93",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +1 @@
1
- 2611629
1
+ 2614566
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "../..": {
23
23
  "name": "prostgles-server",
24
- "version": "4.1.91",
24
+ "version": "4.1.92",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@types/express": "^4.17.13",