Improve error handling in pltcl

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
Subject: Improve error handling in pltcl
Date: 2016-02-28 23:50:38
Message-ID: 56D387CE.60003@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Per discussion in [1], this patch improves error reporting in pltcl.

pltcl_error_objects.patch applies on top of the pltcl_objects_2.patch
referenced in [2].

pltcl_error_master.patch applies against current master.

[1]
http://www.postgresql.org/message-id/20160223150401.2173d6b6@wagner.wagner.home
[2] http://www.postgresql.org/message-id/56CCE7D2.9090005@BlueTreble.com
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

Attachment Content-Type Size
pltcl_error_master.patch text/plain 12.3 KB
pltcl_error_objects.patch text/plain 12.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2016-02-29 01:30:40 Re: pg_ctl promote wait
Previous Message Michael Paquier 2016-02-28 22:40:26 Re: [REVIEW] In-core regression tests for replication, cascading, archiving, PITR, etc.