When seeing a prepared update on the stable table on standby, we need to decide whether we should block the read by throwing a prepared conflict or continue the walk. This is important for the search near logic and cursor read and next walks for the layered tables.
If we have seen the prepared from the same key on the ingest table, we should ignore the prepared update on the stable table. Otherwise, we should block the walk by throwing a prepared conflict.