mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
vacuumdb: enable parallel mode
This mode allows vacuumdb to open several server connections to vacuum or analyze several tables simultaneously. Author: Dilip Kumar. Some reworking by Álvaro Herrera Reviewed by: Jeff Janes, Amit Kapila, Magnus Hagander, Andres Freund
This commit is contained in:
@ -1160,7 +1160,7 @@ select_loop(int maxFd, fd_set *workerset)
|
||||
i = select(maxFd + 1, workerset, NULL, NULL, NULL);
|
||||
|
||||
/*
|
||||
* If we Ctrl-C the master process , it's likely that we interrupt
|
||||
* If we Ctrl-C the master process, it's likely that we interrupt
|
||||
* select() here. The signal handler will set wantAbort == true and
|
||||
* the shutdown journey starts from here. Note that we'll come back
|
||||
* here later when we tell all workers to terminate and read their
|
||||
|
Reference in New Issue
Block a user