Re: repeated procedure call error

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-10T03:05:08Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> The problem is unsaved plan - probably there should be big PG_TRY block.

Yeah, agreed.  Done -- thanks for the report!

			regards, tom lane


Commits

  1. Fix error-cleanup mistakes in exec_stmt_call().