On 5/22/20 8:13 AM, Nico De Ranter wrote:
>
>
>
>
> bacula=# SELECT md5 FROM public.file where fileid = 4557430888798830399;
> md5
> -----
> (0 rows)
> So that fileid is bogus too (max(bigint) I assume)
No:
select 4557430888798830399::bigint;
int8
---------------------
4557430888798830399
(1 row)
It means it cannot find that fileid. I putting that down to file corruption.
>
> --
>
> Nico De Ranter
>
>
--
Adrian Klaver
adrian.klaver@aklaver.com