summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/pgagent: x86 stable (bug #641148)Thomas Deutschmann2018-02-061-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-db/pgagent: amd64 stable wrt bug #641148Mikle Kolyada2018-01-091-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-db/pgagent: [QA] Add cmake-utils_src_prepareDavid Seifert2017-10-151-1/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-db/pgagent: new revision adding more upstream patches.Michael Orlitzky2017-08-191-0/+77
There's a bug you can hit with pgAgent after an upgrade (like from postgres-9.5 to postgres-9.6) that causes your jobs to get stuck in a "Running" state. Since pgAgent thinks the job is running, it won't start the job again the next time it's scheduled, even though the job has actually completed successfully. To fix that issue, we apply four new patches that add recent improvements from upstream: * Fix a crash from DBconn:GetLastError(). * Save the stderr output in the jobstep log. * Add timestamps to the pgAgent logs. * And finally, fix the "job succeeded" check. The intermediate patches are not strictly necessary, but they are helpful, and most importantly, let us apply the upstream patches cleanly without having to re-roll them. Package-Manager: Portage-2.3.6, Repoman-2.3.1