Re: add test: pg_rowlocks extension
Dong Wook Lee <sh95119@gmail.com>
From: Dong Wook Lee <sh95119@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2022-08-02T12:03:58Z
Lists: pgsql-hackers
Attachments
- v2_add_test_pgrowlocks.patch (application/octet-stream) patch v2
I modified my previous patch by reflecting the feedback. and I wrote most of the queries for the test after looking at the file below. - ref: (https://github.com/postgres/postgres/blob/master/src/test/isolation/specs/tuplelock-conflict.spec) The coverage of the test is approximately 81.5%. If there is any problem, I would appreciate it if you let me know anytime. Thank you always for your kind reply.
Commits
-
Add a regression test for contrib/pgrowlocks.
- 90247e742f84 16.0 landed