Use pg_stat_get_xact* functions within xacts
Simon Riggs <simon@2ndQuadrant.com>
Use pg_stat_get_xact* functions within xacts Resolve build farm failures from c203d6cf81b4d7e43, diagnosed by Tom Lane. The output of pg_stat_get_xact_tuples_hot_updated() and friends is not guaranteed to show anything after the transaction completes. Data is flushed slowly to stats collector, so using them can give timing issues.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/func_index.out | modified | +6 −3 |
| src/test/regress/sql/func_index.sql | modified | +6 −3 |