From: Kern Sibbald Date: Wed, 1 Sep 2004 19:44:29 +0000 (+0000) Subject: - Add index file to JobId field of File records for PostgreSQL. X-Git-Tag: Release-1.35.3~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1453bb41c122c67e887fd3d72857519e03eeef78;p=bacula%2Frescue - Add index file to JobId field of File records for PostgreSQL. - Correct several bugs in the job queue scheduler concerning rescheduled jobs: 1. The SD status was not cleared causing a wrong status to be displayed by Dir after rescheduling. 2. All rescheduled jobs became zombies because the jcr use_count was not decremented properly. - Make the Catalog resource required in Client records. - Order the listing of where a file is (item 2 on the restore menu) by StartTime. - Clarify when a filename only and a full path + filename must be entered in items 2 and 8 of the restore menu. - Fix logic error in resolution of names on IPv4 systems. ---