Re: Adding REPACK [concurrently] - Mailing list pgsql-hackers

From Alexander Lakhin
Subject Re: Adding REPACK [concurrently]
Date
Msg-id e60318b8-be75-4bfd-82f0-0829f51fa839@gmail.com
Whole thread
In response to Re: Adding REPACK [concurrently]  (Antonin Houska <ah@cybertec.at>)
List pgsql-hackers
Hello Antonin and Alvaro,

I've noticed a wrong reference coined in commit 28d534e2a:
A comment in repack_worker.c says:
     /*
      * Override the default bgworker_die() with die() so we can use
      * CHECK_FOR_INTERRUPTS().
      */
     pqsignal(SIGTERM, die);
     BackgroundWorkerUnblockSignals();

but bgworker_die() doesn't exist since d62dca3b2 (2026-02-18).
Maybe this is not needed anymore?

Best regards,
Alexander



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns
Next
From: David Geier
Date:
Subject: Re: First draft of PG 19 release notes