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
-
Fix error-cleanup mistakes in exec_stmt_call().
- f26c06a4046b 12.0 landed
- 8e02ee788fb5 11.2 landed