DBT model error on 'dbt run' in postgresql database

When I was running the dbt model, I encountered this error,

"could not access status of transaction 556606 DETAIL: Could not open file “pg_csnlog/0010"”
But when I completed this model before, there was no such error

Some example code or error messages

{{ config(materialized='table',tags=['p_dws_fact_zzoc_lj_cl'])  }}

SELECT a.*,
               b.index_code,
               b.index_name
          FROM {{ source('tchouse_maoc00', 't_dws_dim_zzoc_lj_unit') }} a
          LEFT JOIN {{ source('tchouse_maoc00', 't_dws_dim_zzoc_lj_cl') }} b ON 1=1