ECPG Refactor: move sqlca variable in ecpg_log()

From: "Yuto Sasaki (Fujitsu)" <sasaki(dot)yuto-00(at)fujitsu(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: ECPG Refactor: move sqlca variable in ecpg_log()
Date: 2024-10-10 02:04:28
Message-ID: TY2PR01MB3628A85689649BABC9A1C6C3C1782@TY2PR01MB3628.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The sqlca variable in the ecpg_log() was declared with an unnecessarily wide
scope, so I moved to the appropriate place.
Please see attached.

Attachment Content-Type Size
scope.diff application/octet-stream 925 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2024-10-10 02:07:29 Re: Inconsistent RestrictInfo serial numbers
Previous Message jian he 2024-10-10 01:12:16 Re: not null constraints, again