Re: SQL workflow for crash testing correctness

Luca Ferrari <[email protected]> Wed, 18 Sep 2019 17:21:33 +0200
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <CAKoxK+4OV0Y6kM4ALqGSt4Sv7+Ng5dC1yXpjBrkRodjAFg_VGw@mail.gmail.com>
On Wed, Sep 18, 2019 at 3:27 AM Joseph Hammerman
<[email protected]> wrote:
> Does anyone have thoughts on how to model this? My initial thoughts were to find the serialization tests in the Postgres project core.

It's quite hard to suggest without knowing what you are trying to achieve.
I would however look for an inspiration on the test suite for
PostgreSQL-XC, if available.

Hope it helps.
Luca