mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
The query ID is the internal hash identifier of the statement, and was not available in pg_stat_statements view so far. Daniel Farina, Sameer Thakur and Peter Geoghegan, reviewed by me.