Hi,
I have a question on jumbling queries in pg_stat_statements.
I found that JumbleRangeTable() uses relation oid in
RangeTblEntry.
Obviously, this would result different queryid when the table
gets re-created (dropped and created).
Why don't we use relation name (with looking up the catalog)
on query jumbling? For performance reason?
Regards,
--
NAGAYASU Satoshi <snaga@uptime.jp>