mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
given the fundamental restriction of not looking at transaction commit data in pg_log. Use code that is actually based on tqual.c rather than ad-hoc tests. Also write the tuple fetch loop using standard access macros rather than ad-hoc code.