pgreplay
pgreplay copied to clipboard
pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts the SQL statements and executes them in the same order and relative time against a PostgreSQL database cluster.
Hi I have a "replay file" that was generated using the `pgreplay -f` command. But when I try to replay the statements against the DB, the connection to DB fails...
Hi there, I successfully installed pgReplay on M1 Mac Mini. However, before investigating time in using it, I wanted to run the tests to ensure that my installation is really...
```c if (PQisBusy(conn->db_conn)) { /* more to read */ all_idle = 0; } else { /* read and discard all results */ while (NULL != (result = PQgetResult(conn->db_conn))) { /*...