Re: Avoid orphaned objects dependencies, take 3

2025-11-09 Thread Roman Eskin
in advance for your insights. Best regards, Roman Eskin 06.06.2025 15:37, Bertrand Drouvot пишет: Hi, On Tue, Jun 03, 2025 at 01:27:29PM -0400, Robert Haas wrote: On Mon, Jun 2, 2025 at 10:02 AM Bertrand Drouvot wrote: So, we currently have 2 patterns: P1: permission checks on a referenced

Re: Timeline issue if StartupXLOG() is interrupted right before end-of-recovery record is done

2025-01-21 Thread Roman Eskin
() are called. The suggestion is to move the file removal after PerformRecoveryXLogAction() inside StartupXLOG(). Best regards, Roman Eskin

Timeline issue if StartupXLOG() is interrupted right before end-of-recovery record is done

2025-01-16 Thread Roman Eskin
Hello pgsql-hackers, It appears to exist an issue with timeline switching in archive recovery mode if the startup process is interrupted by some external reason (for ex. system power loss) in a specific tight time window (after a new history file is created but before end-of-recovery record is do