Breaking: #76879 - Remove unused property pidSelect from AbstractDatabaseRecordList

See forge#76879

Description

The unused public property pidSelect has been removed from the AbstractDatabaseRecordList class.

Impact

Extensions which use the public property will throw a fatal error.

Affected Installations

All installations with a 3rd party extension using the pidSelect property.

Migration

Use AbstractDatabaseRecordList::setOverridePageIdList() to set an array of page ids that should be used to restrict the query.