|
Home > Archive > PostgreSQL Hacks > March 2006 > How to put back??
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Dhanaraj M - Sun Microsystems 2006-03-22, 11:32 am |
| Hi all,
I have recented joined and working on postgres. I fixed a bug that I
saw in the mailing list. I ran the regression test that is available in
postgres. It was successful and now I need the following details..
1) Test suits that i could get to test my code..
2) How can I put back my fix into postgres src code.. (or) What is the
procedure that I should follow at this stage??
Waiting for your suggestions,
Thanks
Dhanaraj
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
| |
| Adrian Maier 2006-03-22, 11:32 am |
| On 3/22/06, Dhanaraj M - Sun Microsystems <dhanaraj.m@mail-apac.sun.com> wrote:
> Hi all,
>
> I have recented joined and working on postgres. I fixed a bug that I
> saw in the mailing list. I ran the regression test that is available in
> postgres. It was successful and now I need the following details..
>
> 1) Test suits that i could get to test my code..
> 2) How can I put back my fix into postgres src code.. (or) What is the
> procedure that I should follow at this stage??
You might find the following document useful:
http://www.postgresql.org/docs/faqs.FAQ_DEV.html
Cheers,
Adrian Maier
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
| |
| Chris Browne 2006-03-22, 8:35 pm |
| dhanaraj.m@mail-apac.sun.com (Dhanaraj M - Sun Microsystems) writes:
> Hi all,
>
> I have recented joined and working on postgres. I fixed a bug that I
> saw in the mailing list. I ran the regression test that is available
> in postgres. It was successful and now I need the following details..
>
> 1) Test suits that i could get to test my code..
There is an existing test suite in the source code in src/test/regress.
You might check in there to see where the tests relevant to the
feature you modified reside, and see if you can add relevant tests
that break, in the unpatched system, and work fine, after the change.
> 2) How can I put back my fix into postgres src code.. (or) What is the
> procedure that I should follow at this stage??
Once you have a patch, there's a patches list where you can submit it...
--
output = ("cbbrowne" "@" "cbbrowne.com")
http://cbbrowne.com/info/spreadsheets.html
Rules of the Evil Overlord #32. "I will not fly into a rage and kill a
messenger who brings me bad news just to illustrate how evil I really
am. Good messengers are hard to come by."
<http://www.eviloverlord.com/>
|
|
|
|
|