Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PDB-5743) Fix join-deps for latest_report_status #3967

Merged
merged 1 commit into from
Apr 15, 2024

Commits on Apr 15, 2024

  1. (PDB-5743) Fix join-deps for latest_report_status

    Without another reference to a field that depends on the certnames
    table, a query for latest_report_status will fail with the error.
    
        ERROR: missing FROM-clause entry for table "certnames"
    
    latest_report_status needs the certnames table in order to know the
    latest_report_id that it needs to join against the reports table.
    
    Fixes puppetlabs#3966
    austb committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2e4c25a View commit details
    Browse the repository at this point in the history