Re: smallserial / serial2
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Josh Kupershmidt <schmiddy@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2011-06-22T15:35:43Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add a variant expected-output file for the sequence regression test, to cover
- bb3f839bfcb3 8.4.0 cited
I wrote: > That previous approach of adding extra expected files isn't going to > scale nicely if there are multiple places at risk ... but do we need > multiple places selecting the sequence contents? I remain of the > opinion that just omitting the value isn't good testing policy. Actually, on looking closer, you didn't add additional selections from sequences. The real problem here is simply that you forgot to update expected/sequence_1.out altogether. So Robert's "fix" should be reverted in favor of doing that. regards, tom lane