mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-588: Some queries are not being normalised.
There is no specific test case where I can either reproduce or validate the fix. Though, one of the suspects is this condition in pgss_store. Therefore removed, and it requires verification.
This commit is contained in:
committed by
Muhammad Usama
parent
1662e9efa1
commit
dfd41519cf
@@ -1588,7 +1588,7 @@ pgss_store(uint64 queryid,
|
||||
* in the interval where we don't hold the lock below. That case is
|
||||
* handled by entry_alloc.
|
||||
*/
|
||||
if (jstate && jstate->clocations_count > 0)
|
||||
if (jstate)
|
||||
{
|
||||
norm_query_len = query_len;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user