Re: Vacuum o/p with (full 1, parallel 0) option throwing an error
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Mahendra Singh Thalor <mahi6run@gmail.com>
Cc: tushar <tushar.ahuja@enterprisedb.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-04-08T15:57:08Z
Lists: pgsql-hackers
On Wed, Apr 8, 2020 at 10:25 AM Mahendra Singh Thalor <mahi6run@gmail.com> wrote: > I think, Tushar point is that either we should allow both > vacuum(parallel 0, full 1) and vacuum(parallel 1, full 0) or in the > both cases, we should through error. Oh, yeah, good point. Somebody must not've been careful enough with the options-checking code. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix the usage of parallel and full options of vacuum command.
- 24d2d38b1eb8 13.0 landed
-
pg_restore -jN does not equate "multiple jobs", so partly revert the
- 14a4f6f3748d 8.4.0 cited