Re: BUG #15309: ERROR: catalog is missing 1 attribute(s) for relid 760676 when max_parallel_maintenance_workers > 0
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: deathlock13@gmail.com, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>,
Robert Haas <robertmhaas@gmail.com>
Date: 2018-08-06T22:21:49Z
Lists: pgsql-bugs
On Mon, Aug 6, 2018 at 3:18 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Apparently there are people out there with catalogs big enough > to justify parallel reindex. I don't mind if the first version of > the feature doesn't handle that, but probably we should make it work > eventually. Okay. I'll pursue this in HEAD. > Well, maybe, but why is that field particularly vulnerable? I'd think you > should crosscheck the index's relfilenode too, at least, if you're going > to worry about that. I agree. I'd like to hear more opinions on the general idea. I'm particularly interested in what Robert thinks. -- Peter Geoghegan
Commits
-
Handle parallel index builds on mapped relations.
- 4974d7f87e62 12.0 landed
- 9353d94a9b70 11.0 landed
-
Transfer state pertaining to pending REINDEX operations to workers.
- 29d58fd3adae 11.0 cited