Add tests for LOCK TABLE

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Add tests for LOCK TABLE
Date: 2013-05-23 23:19:36
Message-ID: CAEP4nAwXat9dVexTKQiH37tU238hnt3fOtbsvfZznbZWxmT-gA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Please find attached a patch to take code-coverage of LOCK TABLE (
src/backend/commands/lockcmds.c) from 57% to 84%.

Any and all feedback is welcome.
--
Robins Tharakan

Attachment Content-Type Size
regress_lock.patch application/octet-stream 7.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2013-05-23 23:27:59 Cost limited statements RFC
Previous Message Greg Smith 2013-05-23 23:10:44 Re: Block write statistics WIP