pgsql: Minor cleanup for recent SQLSTATE / SQLERRM patch: spell

Lists: pgsql-committers
From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor cleanup for recent SQLSTATE / SQLERRM patch: spell
Date: 2005-05-26 03:18:53
Message-ID: 20050526031853.018A65283A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"
correctly, style fixes.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
gram.y (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.70&r2=1.71)
pl_exec.c (r1.139 -> r1.140)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.139&r2=1.140)
pgsql/src/test/regress/expected:
plpgsql.out (r1.29 -> r1.30)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/plpgsql.out.diff?r1=1.29&r2=1.30)
pgsql/src/test/regress/sql:
plpgsql.sql (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/plpgsql.sql.diff?r1=1.24&r2=1.25)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Minor cleanup for recent SQLSTATE / SQLERRM patch: spell
Date: 2005-05-26 03:36:59
Message-ID: 23017.1117078619@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

neilc(at)svr1(dot)postgresql(dot)org (Neil Conway) writes:
> Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"
> correctly, style fixes.

I'm not sure you should have done that; IMHO the right thing is for
Bruce to back this patch out and ask for a resubmission, and you just
made it a lot harder for him to do so.

regards, tom lane


From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Minor cleanup for recent SQLSTATE / SQLERRM
Date: 2005-05-26 03:46:37
Message-ID: 4295469D.6000703@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Tom Lane wrote:
> I'm not sure you should have done that; IMHO the right thing is for
> Bruce to back this patch out and ask for a resubmission

I thought about that, but I don't see a need to back out the patch: it
is not fundamentally broken or invasive to the rest of the tree.
Needlessly backing it out and then reapplying an improved version would
seem to only create more CVS traffic.

> you just made it a lot harder for him to do so.

*grumble*, due to CVS being completely broken... Attached is the patch I
applied, so if someone wants to revert both changes they can do so more
easily.

-Neil

Attachment Content-Type Size
plpgsql_sqlstate_cleanup-1.patch text/x-patch 5.1 KB