Re: Fix oversight in pts_error_callback()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Fix oversight in pts_error_callback()
Date: 2005-08-09 14:38:25
Message-ID: 15933.1123598305@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu> writes:
> Since we will invoke callback functions unconditionally in errfinish(), so
> pts_error_callback() should not report "invalid type name" without checking
> current error status.

Please exhibit a case in which you feel this is needed.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Matt Miller 2005-08-09 15:01:29 Re: PL/pgSQL: #option select_into_1_row (was SELECT INTO
Previous Message Qingqing Zhou 2005-08-09 05:55:38 Fix oversight in pts_error_callback()