Hello,

Here are two more bugs I found by running the regression tests
repeatedly with dsm_create() hacked to fail at random.

1.  If find_or_make_matching_shared_tupledesc() fails, we leave behind
a null pointer in RecordCacheHash, so that a later lookup segfaults.

2.  If we do a rescan, then ExecHashJoinReInitializeDSM() needs to
return early if there is no DSM segment, otherwise a TOC lookup raises
a bogus error.

Here are some draft patches.

Attachment: 0001-Fix-shared-typmod-bug-on-DSM-slot-exhaustion.patch
Description: Binary data

Attachment: 0002-Fix-parallel-hash-join-rescan-on-DSM-exhaustion.patch
Description: Binary data

Attachment: 0003-Inject-random-faults-into-dsm_create.patch
Description: Binary data

Reply via email to