[COMMITTERS] pgsql: Add test to WAL replay to verify that xl_prev points back to the

2005-05-31 Thread Tom Lane
Log Message: --- Add test to WAL replay to verify that xl_prev points back to the previous WAL record; this is necessary to be sure we recognize stale WAL records when a WAL page was only partially written during a system crash. Tags: REL7_2_STABLE Modified Files: --

[COMMITTERS] pgsql: Add test to WAL replay to verify that xl_prev points back to the

2005-05-31 Thread Tom Lane
Log Message: --- Add test to WAL replay to verify that xl_prev points back to the previous WAL record; this is necessary to be sure we recognize stale WAL records when a WAL page was only partially written during a system crash. Tags: REL7_3_STABLE Modified Files: --

[COMMITTERS] pgsql: Add test to WAL replay to verify that xl_prev points back to the

2005-05-31 Thread Tom Lane
Log Message: --- Add test to WAL replay to verify that xl_prev points back to the previous WAL record; this is necessary to be sure we recognize stale WAL records when a WAL page was only partially written during a system crash. Tags: REL7_4_STABLE Modified Files: --

[COMMITTERS] pgsql: Add test to WAL replay to verify that xl_prev points back to the

2005-05-31 Thread Tom Lane
Log Message: --- Add test to WAL replay to verify that xl_prev points back to the previous WAL record; this is necessary to be sure we recognize stale WAL records when a WAL page was only partially written during a system crash. Tags: REL8_0_STABLE Modified Files: --

[COMMITTERS] pgsql: Add test to WAL replay to verify that xl_prev points back to the

2005-05-31 Thread Tom Lane
Log Message: --- Add test to WAL replay to verify that xl_prev points back to the previous WAL record; this is necessary to be sure we recognize stale WAL records when a WAL page was only partially written during a system crash. Modified Files: -- pgsql/src/backend/access/t

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-05-31 Thread Pavel Stehule
> BEGIN > -- do something perilous > EXCEPTION > WHEN OTHERS THEN -- nothing much > END; > IF SQLSTATE = '42000' THEN ... I understand. My idea was detect local exception for local block, I can't to see exception's information outside block and

[COMMITTERS] aWebBiz Newsletter - AdSense Followup

2005-05-31 Thread Barry
aWebBiz Newsletter "Learn the Marketing and Sales Techniques of the Business World" =  There seems to be some changes going on with Google's AdSense revenue.  As I stated in my last newsletter I've been making excellent AdSense revenue from high pr

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-05-31 Thread Pavel Stehule
> > That might be taking the notion of bug-compatibility with PL/SQL > a bit too far. For that matter, did you check whether Oracle > actually treats it as a procedure-scope variable? Try having the > exception block call another function and trap an error inside that. > Does SQLCODE change in t

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-05-31 Thread Pavel Stehule
On Thu, 26 May 2005, Neil Conway wrote: > Tom Lane wrote: > > Alternatively we could make them local to any block that contains an > > EXCEPTION clause, which would fix point 3 and also go a long way towards > > addressing the unnecessary-overhead gripe. However that would mean that > > an attemp

[COMMITTERS] Industry News

2005-05-31 Thread Vilma Baez
Good day to you sir, Speed up your dialup connection 5 times! Find out more: 1clickcomplete.com Don't forget to save our site URL! (If its not up, try again later!) Get back to you later, Deloris Templeton cyan pair black peach I hate playing quickly.. I am not missing surfing.. pink waterm

[COMMITTERS] pgsql: Tab cleanup for SGML.

2005-05-31 Thread Bruce Momjian
Log Message: --- Tab cleanup for SGML. Robert Treat Modified Files: -- pgsql/doc/src/sgml/ref: alter_domain.sgml (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_domain.sgml.diff?r1=1.14&r2=1.15) --