Re: Improve explicit cursor handling in pg_stat_statements - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: Improve explicit cursor handling in pg_stat_statements
Date
Msg-id CAA5RZ0v7VVdG-eoKcPjMnL6Dp=2ujPK2qk7Qx5NG_EPqd6naug@mail.gmail.com
Whole thread Raw
In response to Improve explicit cursor handling in pg_stat_statements  (Sami Imseih <samimseih@gmail.com>)
Responses Re: Improve explicit cursor handling in pg_stat_statements
List pgsql-hackers
I forgot to add the proper tests to the Normalize cursor utility statements.
Reattaching v2.

I also want to add that the decision to not normalize the cursor name in
the FETCH command is because it would not make sense to combine
FETCH commands for various cursors into the same entry.

Regards,

--
Sami Imseih
Amazon Web Services (AWS)

Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: vacuumdb --missing-stats-only and pg_upgrade from PG13
Next
From: Nathan Bossart
Date:
Subject: Re: add --sequence-data to pg_dumpall