Problem in pgsentinel has been identified, and should be fixed soon.
it has nothing to do with post_parse_analyze hook.
Sorry for the noise.
Regards
PAscal
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
Hello,
When playing with extension pgsentinel,
it seems that post_parse_analyze hook doesn't return query->queryId
(initialized by a similar hook in pg_stat_statements)
when current row is locked.
Is that possible ?
More details found at
https://github.com/pgsentinel/pgsentinel/issues/19
Thanks