1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00
Files
postgres/src
Noah Misch 9a78f66fdc Restore REINDEX constraint validation.
Refactoring as part of commit 8ceb245680
had the unintended effect of making REINDEX TABLE and REINDEX DATABASE
no longer validate constraints enforced by the indexes in question;
REINDEX INDEX still did so.  Indexes marked invalid remained so, and
constraint violations arising from data corruption went undetected.
Back-patch to 9.0, like the causative commit.
2013-07-30 18:39:31 -04:00
..
2013-05-29 16:58:43 -04:00
2012-10-10 21:42:38 -04:00
2013-05-29 16:58:43 -04:00
2013-06-01 10:18:59 -04:00