From fd4c5323e030cf5ce9772a53da680aadb431d8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Fri, 3 Dec 2021 16:32:56 +0000 Subject: [PATCH] refactor: add new lines --- test/stress/queries-performance-analyzer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/stress/queries-performance-analyzer.js b/test/stress/queries-performance-analyzer.js index 0c89e5ca..714743e1 100644 --- a/test/stress/queries-performance-analyzer.js +++ b/test/stress/queries-performance-analyzer.js @@ -30,6 +30,7 @@ function filterTransaction () { ) f` return db.any(sql) } + function filterCustomer () { const sql = `EXPLAIN ANALYZE SELECT DISTINCT * FROM ( @@ -42,6 +43,7 @@ function filterCustomer () { ) f` return db.any(sql) } + function getCustomerById (id) { const passableErrorCodes = _.map(Pgp.as.text, TX_PASSTHROUGH_ERROR_CODES).join(',')