github laurenz/pgreplay PGREPLAY_1_1_0
Release 1.1.0

latest releases: PGREPLAY_1_3_0, PGREPLAY_1_2_0
10 years ago

Enhancements:

  • Respect environment variable DESTDIR in Makefile for RPM packagers.
  • Improve execution delay reporting by introducing more intelligent time steps when a report is written; every 10 seconds is way too spammy.
  • Add documentation for interaction with pgFouine to the README.

Bugfixes:

  • Fix incorrect assumption that everything that starts with a dollar sign is a dollar quoted string.
    This used to trigger bogus "end of dollar quote not found" error messages when $n placeholders are used in PREPARE statements.
    Discovered and fixed by Todd Owen.
  • When pgreplay waited for a response on a connection because it needed to send the next command, it used to sleep for one millisecond before polling the socket again. This proved to be too long on busy systems, where replay started to lag behind. Now pgreplay will not sleep, but keep polling until the response is there.

Don't miss a new pgreplay release

NewReleases is sending notifications on new releases.