• Robert Haas's avatar
    Fix identify_locking_dependencies for schema-only dumps. · 07d46a89
    Robert Haas authored
    Without this fix, parallel restore of a schema-only dump can deadlock,
    because when the dump is schema-only, the dependency will still be
    pointing at the TABLE item rather than the TABLE DATA item.
    
    Robert Haas and Tom Lane
    07d46a89
pg_backup_archiver.c 108 KB