Re: Add some regression tests for SEQUENCE
Robins Tharakan <tharakan@gmail.com>
From: Robins Tharakan <tharakan@gmail.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2013-03-18T22:10:21Z
Lists: pgsql-hackers
Attachments
- regress_sequence_v2.patch (application/octet-stream) patch v2
Hi, Please find an updated patch (reworked on the names of SEQUENCES / ROLES / SCHEMA etc.) Takes code-coverage of 'make check' for SEQUENCE to ~95%. -- Robins Tharakan On 16 March 2013 02:03, robins <tharakan@gmail.com> wrote: > Hi, > > I've added some regression tests for SEQUENCE. A cumulative patch is > attached. > > Barring a (still to decipher) function seq_redo() and trying to learn how > to actually test it, this takes care of most branches of ( > src/backend/commands/sequence.c) taking code-coverage (of 'make check') > to ~95%. > > Any feedback is more than welcome. >
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Allow CREATE FOREIGN TABLE to include SERIAL columns.
- b14206862278 9.3.0 cited