Closed yocontra closed 7 years ago
For example, the PostGIS extension w/ TIGER data. Index indrelid is tiger.addrfeat, but thetable is addrfeat w/ the schema tiger. This fixes that bug by checking the relevant part of the indrelid against table name instead of the entire thing.
indrelid
tiger.addrfeat
addrfeat
tiger
For example, the PostGIS extension w/ TIGER data. Index
indrelid
istiger.addrfeat
, but thetable isaddrfeat
w/ the schematiger
. This fixes that bug by checking the relevant part of theindrelid
against table name instead of the entire thing.